From 6f429c1e3567f8c5c6075539cc31e121f1f535c9 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 15 Mar 2018 23:50:14 +1100 Subject: [PATCH] traits: use new util::variadic location --- traits.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/traits.hpp b/traits.hpp index ce44e44..aa092b9 100644 --- a/traits.hpp +++ b/traits.hpp @@ -21,8 +21,9 @@ #include "./fwd.hpp" #include "./vk.hpp" -#include +#include +#include #include @@ -463,7 +464,7 @@ namespace cruft::vk { struct life_traits { static constexpr auto& create = vkGetDeviceQueue; - static constexpr auto destroy = ::util::tuple::ignore< + static constexpr auto destroy = ::util::variadic::ignore< native_t>, native_t, const VkAllocationCallbacks*