Files
test/source/blender/blenkernel
Jesse Yurkovich 2c3397aa51 Cleanup: replace the removed std::shared_ptr::unique API in C++20
C++20 removes the `std::shared_ptr::unique()` API with the suggestion to
use the `use_count()` method instead.

Note that we are using the unique/use_count APIs in a way that is
generally cautioned against though our usage patterns may be fine.

See: https://en.cppreference.com/w/cpp/memory/shared_ptr/unique
Example errors: https://godbolt.org/z/1j3zzd1hP

Ref #125881
2024-11-21 05:09:35 +01:00
..
2024-05-08 11:25:00 +02:00
2024-09-21 16:22:52 +10:00
2024-09-19 14:54:25 -04:00
2024-08-22 17:05:48 +02:00