1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-27 09:41:32 +01:00
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
..
2020-01-11 00:53:35 -08:00
2020-01-11 00:53:35 -08:00
2016-06-28 18:22:15 +01:00
2016-06-28 15:34:14 +01:00
2020-03-07 02:41:56 +00:00
2015-07-26 09:54:19 +02:00