fix variable templates

This commit is contained in:
bolero-MURAKAMI 2016-04-11 13:22:44 +09:00
parent d05f389de5
commit 58b33d31c5

View file

@ -51,7 +51,7 @@ namespace sprout {
#if SPROUT_USE_VARIABLE_TEMPLATES #if SPROUT_USE_VARIABLE_TEMPLATES
template<typename T, typename U> template<typename T, typename U>
SPROUT_STATIC_CONSTEXPR bool is_swappable_with_v = sprout::is_swappable_with<T>::value; SPROUT_STATIC_CONSTEXPR bool is_swappable_with_v = sprout::is_swappable_with<T, U>::value;
#endif // #if SPROUT_USE_VARIABLE_TEMPLATES #endif // #if SPROUT_USE_VARIABLE_TEMPLATES
} // namespace sprout } // namespace sprout