File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/config Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 63
63
#pragma pop_macro("bsoncxx_cxx14_constexpr")
64
64
#pragma pop_macro("BSONCXX_RETURNS")
65
65
66
- // CXX-2769: out-of-place, but remains for backward compatibility.
67
- #ifdef BSONCXX_ENUM
68
- static_assert (false , " BSONCXX_ENUM must be undef'ed" );
69
- #endif
70
- #pragma pop_macro("BSONCXX_ENUM")
71
-
72
66
// util.hpp
73
67
#pragma pop_macro("BSONCXX_PUSH_WARNINGS")
74
68
#pragma pop_macro("BSONCXX_POP_WARNINGS")
Original file line number Diff line number Diff line change 121
121
#undef BSONCXX_UNREACHABLE
122
122
#define BSONCXX_UNREACHABLE std::abort ()
123
123
124
- // CXX-2769: out-of-place, but remains for backward compatibility.
125
- #pragma push_macro("BSONCXX_ENUM")
126
- #undef BSONCXX_ENUM
127
-
128
124
// /
129
125
// / @file
130
126
// / The bsoncxx macro guard prelude header.
You can’t perform that action at this time.
0 commit comments