File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ int main() {}
1818BOOST_PRAGMA_MESSAGE ( " Test skipped because __cpp_impl_three_way_comparison is defined to " BOOST_STRINGIZE(__cpp_impl_three_way_comparison) )
1919int main() {}
2020
21+ #elif !__has_include(<compare>)
22+
23+ BOOST_PRAGMA_MESSAGE ( " Test skipped because <compare> is not available" )
24+ int main() {}
25+
2126#else
2227
2328template <class T , std::size_t N> void test ()
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ int main() {}
1818BOOST_PRAGMA_MESSAGE ( " Test skipped because __cpp_impl_three_way_comparison is defined to " BOOST_STRINGIZE(__cpp_impl_three_way_comparison) )
1919int main() {}
2020
21+ #elif !__has_include(<compare>)
22+
23+ BOOST_PRAGMA_MESSAGE ( " Test skipped because <compare> is not available" )
24+ int main() {}
25+
2126#else
2227
2328#define STATIC_ASSERT (...) static_assert (__VA_ARGS__, #__VA_ARGS__)
You can’t perform that action at this time.
0 commit comments