VulkanMemoryAllocator-Hpp
VulkanMemoryAllocator-Hpp copied to clipboard
C++Module: Only export `to_string` if `VULKAN_HPP_NO_TO_STRING` is undefined
When using Vulkan-Hpp with VULKAN_HPP_NO_TO_STRING, the C++20 module breaks due to being unable to find the to_string symbol. I therefore just hid it behind an #ifndef.