This commit is contained in:
Simon Brand
2017-10-11 19:24:33 +01:00
parent db24260dbe
commit 720d3b1b1c

View File

@ -235,7 +235,7 @@ struct is_adl_swap_noexcept
#ifdef _MSC_VER
// TODO make a version which works with MSVC
template <class T, class U = T>
sturct is_swappable : std::true_type{};
struct is_swappable : std::true_type{};
template <class T, class U = T>
struct is_nothrow_swappable : std::true_type{};