Resolve deprecated-warnings on cpp_type.

This commit is contained in:
asuessenbach
2020-06-16 13:44:40 +02:00
committed by Markus Tavenrath
parent e83bd40ab5
commit d0a42307b6
3 changed files with 4 additions and 4 deletions

View File

@@ -1807,7 +1807,7 @@ void VulkanHppGenerator::appendEnums( std::string & str ) const
{
str += R"(
template<ObjectType value>
struct VULKAN_HPP_DEPRECATED("vk::cpp_type is deprecated. Use vk::CppType instead.") cpp_type
struct cpp_type
{};
)";
}