Clementine-audio-player-Mac.../ext/libclementine-common
Jim Broadus 5b918a70aa Add an optional delete function for Lazy pointers.
This allows a delete function to be provided with the prototype: void d(T*)
This function is passed to the unique_ptr constructor to be used when the object
is released. The default function simply deletes the object, where the default
behavior for unique_ptr would have a specialization for arrays. If Lazy is ever
used with arrays, a delete function should be provided.
2020-05-19 10:39:06 +01:00
..
core Add an optional delete function for Lazy pointers. 2020-05-19 10:39:06 +01:00
CMakeLists.txt Fixes for compiling against qt5 on mac 2018-12-05 18:16:34 +01:00