Merge pull request #796 from asuessenbach/registry

Correct usage of VulkanRegistry_DIR
This commit is contained in:
Andreas Süßenbach
2020-10-21 16:27:11 +02:00
committed by GitHub
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 );
}