VulkanMemoryAllocator-Hpp icon indicating copy to clipboard operation
VulkanMemoryAllocator-Hpp copied to clipboard

C++Module: Only export `to_string` if `VULKAN_HPP_NO_TO_STRING` is undefined

Open M2-TE opened this issue 1 year ago • 0 comments

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.

M2-TE avatar Feb 17 '25 10:02 M2-TE