File tree Expand file tree Collapse file tree 6 files changed +23
-2
lines changed
include/boost/mp11/detail/std Expand file tree Collapse file tree 6 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11#ifdef BOOST_USE_MODULES
2+ #ifndef BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
23import std;
4+ #endif
35#else
46#include < cassert>
57#endif
Original file line number Diff line number Diff line change 11#ifdef BOOST_USE_MODULES
2+ #ifndef BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
23import std;
4+ #endif
35#else
46#include < cstddef>
57#endif
Original file line number Diff line number Diff line change 11#ifdef BOOST_USE_MODULES
2+ #ifndef BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
23import std;
4+ #endif
35#else
46#include < tuple>
57#endif
Original file line number Diff line number Diff line change 11#ifdef BOOST_USE_MODULES
2+ #ifndef BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
23import std;
4+ #endif
35#else
46#include < type_traits>
57#endif
Original file line number Diff line number Diff line change 11#ifdef BOOST_USE_MODULES
2+ #ifndef BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
23import std;
4+ #endif
35#else
46#include < utility>
57#endif
Original file line number Diff line number Diff line change 11module ;
22
3- #define BOOST_MP11_INTERFACE_UNIT
43#include < cassert>
5- #include < boost/mp11.hpp>
64
75export module boost.mp11;
6+ import std;
7+
8+ #define BOOST_MP11_INTERFACE_UNIT
9+ #define BOOST_COMPATIBILITY_HEADERS_SKIP_IMPORT
10+
11+ #ifdef __clang__
12+ #pragma clang diagnostic push
13+ #pragma clang diagnostic ignored "-Winclude-angled-in-module-purview"
14+ #endif
15+
16+ extern " C++" {
17+ #include < boost/mp11.hpp>
18+ }
819
920export namespace boost ::mp11 {
1021
You can’t perform that action at this time.
0 commit comments