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 bd86b4d commit 268f361Copy full SHA for 268f361
test/mp_from_sequence_3.cpp
@@ -2,9 +2,17 @@
2
// Distributed under the Boost Software License, Version 1.0.
3
// https://www.boost.org/LICENSE_1_0.txt
4
5
+#ifdef BOOST_USE_MODULES
6
+#include <boost/core/lightweight_test_trait_macros.hpp>
7
+import std;
8
+import boost.core;
9
+import boost.mp11;
10
+#else
11
#include <boost/mp11/algorithm.hpp>
12
#include <boost/core/lightweight_test_trait.hpp>
13
#include <type_traits>
14
+#endif
15
+
16
17
template<class T, T... I> struct S;
18
0 commit comments