We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658d196 commit 816569cCopy full SHA for 816569c
detail/is_nothrow_swappable.hpp
@@ -56,7 +56,7 @@ namespace detail {
56
struct is_swappable :
57
std::conditional<adl_swap_ns::is_swappable_test<T, U>::value,
58
std::true_type, std::false_type>::type {};
59
-
+
60
template<typename T, typename U = T>
61
struct is_nothrow_swappable :
62
adl_swap_ns::is_nothrow_swappable_test<is_swappable<T, U>::value, T, U> {};
0 commit comments