mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 04:10:06 +00:00
Merge pull request #177 from pkasting/master
Fix clang -Wdeprecated-copy.
This commit is contained in:
commit
f7f8e8b472
@ -4963,6 +4963,7 @@ public:
|
||||
}
|
||||
|
||||
VmaStlAllocator& operator=(const VmaStlAllocator& x) = delete;
|
||||
VmaStlAllocator(const VmaStlAllocator&) = default;
|
||||
};
|
||||
|
||||
#if VMA_USE_STL_VECTOR
|
||||
|
Loading…
Reference in New Issue
Block a user