is_swappable_include_order.pass.cpp was using a terse static_assert.
As before, this unnecessarily limits compatibility with MSVC and old versions of GCC.
Differential D21877
[libcxx] [test] is_swappable_include_order.pass.cpp was using a terse static_assert. STL_MSFT on Jun 29 2016, 4:39 PM. Authored by
Details
is_swappable_include_order.pass.cpp was using a terse static_assert. As before, this unnecessarily limits compatibility with MSVC and old versions of GCC.
Diff Detail |