hyprutils/include/hyprutils
Tom Englund 1f4743a1f7
sharedptr: decrement on destruction (#1)
if we dont decrement the sharedptr on destruction any weakptr remaining
will have an impl_ with a ref of 1 and upon destruction of the weakptr
it wont delete the implentation because it thinks a shared pointer still
exist.
2024-06-13 11:29:50 +02:00
..
memory sharedptr: decrement on destruction (#1) 2024-06-13 11:29:50 +02:00
signal utils: Initial Commit 2024-06-08 19:37:15 +02:00
string string: add replaceInString 2024-06-08 22:35:40 +02:00