Correct usage of VulkanRegistry_DIR

This commit is contained in:
asuessenbach
2020-10-21 10:58:34 +02:00
parent 34e07e9e39
commit e996ef2b31
2 changed files with 4 additions and 4 deletions

View File

@@ -543,7 +543,7 @@ namespace VULKAN_HPP_NAMESPACE
return std::array<T, N>::operator[]( index );
}
VULKAN_HPP_CONSTEXPR T & operator[]( int index ) VULKAN_HPP_NOEXCEPT
T & operator[]( int index ) VULKAN_HPP_NOEXCEPT
{
return std::array<T, N>::operator[]( index );
}