From d05f389de512d6a2c81042f427f0d1c8cc3f17e4 Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Mon, 11 Apr 2016 13:20:47 +0900 Subject: [PATCH] fix bariable templates --- sprout/type_traits/is_nothrow_swappable_with.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/type_traits/is_nothrow_swappable_with.hpp b/sprout/type_traits/is_nothrow_swappable_with.hpp index 455ca69c..698ef292 100644 --- a/sprout/type_traits/is_nothrow_swappable_with.hpp +++ b/sprout/type_traits/is_nothrow_swappable_with.hpp @@ -46,7 +46,7 @@ namespace sprout { #if SPROUT_USE_VARIABLE_TEMPLATES template - SPROUT_STATIC_CONSTEXPR bool is_nothrow_swappable_with_v = sprout::is_nothrow_swappable_with::value; + SPROUT_STATIC_CONSTEXPR bool is_nothrow_swappable_with_v = sprout::is_nothrow_swappable_with::value; #endif // #if SPROUT_USE_VARIABLE_TEMPLATES } // namespace sprout