mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
a850ffbe46
The copy constructor must be explicitly defined (here, defaulted) to be available when the assignment operator is deleted. While there is a templated constructor from VmaStlAlloc<U>, the compiler doesn't consider this to be a "copy" constructor for purposes of the warning. |
||
---|---|---|
.. | ||
vk_mem_alloc.h |