Files
test/source/blender/blenlib/tests
Jacques Lucke 649916f098 BLI: make it harder to forget to destruct a value
Instead of returning a raw pointer, `LinearAllocator.construct(...)` now returns
a `destruct_ptr`, which is similar to `unique_ptr`, but does not deallocate
the memory and only calls the destructor instead.
2021-03-07 14:24:52 +01:00
..
2020-08-11 13:19:09 +10:00
2020-12-14 14:09:18 +03:00
2020-12-10 14:55:28 +11:00
2020-11-09 15:47:08 +11:00