diff --git a/include/utl/concepts/stl.h b/include/utl/concepts/stl.h index 8cc7cf5..edde000 100644 --- a/include/utl/concepts/stl.h +++ b/include/utl/concepts/stl.h @@ -404,8 +404,10 @@ namespace utl { using type = decltype(check<_Tp, _Up>(0)); }; #else - using is_swappable = std::is_swappable; - using is_swappable_with = std::is_swappable_with; + template + using is_swappable = std::is_swappable; + template + using is_swappable_with = std::is_swappable_with; #endif // != std:: on CommonReference