We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b7f72 commit c7c28f7Copy full SHA for c7c28f7
1 file changed
test/test_variant.cpp
@@ -30,6 +30,11 @@
30
#include <boost/math/special_functions/next.hpp>
31
#endif
32
33
+#if !defined(BOOST_NO_CXX17_HDR_VARIANT) && BOOST_CLANG_VERSION < 70000
34
+// Clang 6.0 can't compile std::visit from libstdc++ 9
35
+# define BOOST_NO_CXX17_HDR_VARIANT
36
+#endif
37
+
38
#if defined(BOOST_NO_STDC_NAMESPACE)
39
namespace std {
40
using ::remove;
0 commit comments