From eb905026e613d09132e05ced34b924f9e3638a3c Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Thu, 18 Jun 2020 23:46:11 +0900 Subject: [PATCH] Cleanup code. --- VulkanHppGenerator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index d77773d..67ef1ba 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -7969,7 +7969,7 @@ namespace std operator std::tuple&>() VULKAN_HPP_NOEXCEPT { return std::tuple&>(result, value); } -#if !defined(VULKAN_HPP_DISABLE_IMPLICIT_RESULT_VALUE_CAST) +# if !defined(VULKAN_HPP_DISABLE_IMPLICIT_RESULT_VALUE_CAST) operator UniqueHandle& () & VULKAN_HPP_NOEXCEPT { return value; @@ -7979,7 +7979,7 @@ namespace std { return std::move(value); } -#endif +# endif }; #endif