mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Merge pull request #177 from pkasting/master
Fix clang -Wdeprecated-copy.
This commit is contained in:
commit
f7f8e8b472
1 changed files with 1 additions and 0 deletions
|
@ -4963,6 +4963,7 @@ public:
|
|||
}
|
||||
|
||||
VmaStlAllocator& operator=(const VmaStlAllocator& x) = delete;
|
||||
VmaStlAllocator(const VmaStlAllocator&) = default;
|
||||
};
|
||||
|
||||
#if VMA_USE_STL_VECTOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue