fix bariable templates

This commit is contained in:
bolero-MURAKAMI 2016-04-11 13:20:47 +09:00
parent 0396274d8b
commit d05f389de5

View file

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