YaaZ / VulkanMemoryAllocator-Hpp

C++ bindings for VulkanMemoryAllocator
Creative Commons Zero v1.0 Universal
55 stars 29 forks source link

Fix clang warning [-Wmismatched-tags] #26

Closed bookmist closed 1 year ago

bookmist commented 1 year ago

This PR fix clang warning [-Wmismatched-tags] 'UniqueHandleTraits' defined as a struct template here but previously declared as a class template... This warning is a bit annoying when compiling with clang.

YaaZ commented 1 year ago

@bookmist I pushed a change to make order of generated declarations predictable and reduce diff size, please rebase your branch and regenerate with Update master main

bookmist commented 1 year ago

@bookmist I pushed a change to make order of generated declarations predictable and reduce diff size, please rebase your branch and regenerate with Update master main

@YaaZ Done