VulkanMemoryAllocator/include
Peter Kasting a850ffbe46 Fix clang -Wdeprecated-copy.
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.
2021-06-08 13:47:31 -07:00
..
vk_mem_alloc.h Fix clang -Wdeprecated-copy. 2021-06-08 13:47:31 -07:00