Merge pull request #177 from pkasting/master

Fix clang -Wdeprecated-copy.
diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h
index 66ae85b..d1c4e34 100644
--- a/include/vk_mem_alloc.h
+++ b/include/vk_mem_alloc.h
@@ -4963,6 +4963,7 @@
     }

 

     VmaStlAllocator& operator=(const VmaStlAllocator& x) = delete;

+    VmaStlAllocator(const VmaStlAllocator&) = default;

 };

 

 #if VMA_USE_STL_VECTOR