File tree Expand file tree Collapse file tree 7 files changed +0
-22
lines changed
bsoncxx/include/bsoncxx/v_noabi/bsoncxx/builder
mongocxx/include/mongocxx/v_noabi/mongocxx Expand file tree Collapse file tree 7 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ function(add_macro_guard_test)
108
108
set (relheader "${header} " )
109
109
endif ()
110
110
111
- # CXX-2770: workaround missing postlude header includes.
112
- string (TOUPPER "${PARSED_PROJECT_NAME} " project_name_upper )
113
- string (APPEND MACRO_GUARD_TEST "#define ${project_name_upper} _TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE\n\n " )
114
-
115
111
# The include directive.
116
112
string (APPEND MACRO_GUARD_TEST "#include <${relheader} >\n\n " )
117
113
Original file line number Diff line number Diff line change @@ -215,10 +215,7 @@ using namespace ::bsoncxx::v_noabi::types; // Deprecated. Deliberately undocume
215
215
} // namespace builder
216
216
} // namespace bsoncxx
217
217
218
- // CXX-2770: missing include of postlude header.
219
- #if defined(BSONCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
220
218
#include < bsoncxx/config/postlude.hpp>
221
- #endif
222
219
223
220
// /
224
221
// / @file
Original file line number Diff line number Diff line change @@ -174,10 +174,7 @@ class downloader {
174
174
} // namespace v_noabi
175
175
} // namespace mongocxx
176
176
177
- // CXX-2770: missing include of postlude header.
178
- #if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
179
177
#include < mongocxx/config/postlude.hpp>
180
- #endif
181
178
182
179
// /
183
180
// / @file
Original file line number Diff line number Diff line change @@ -173,10 +173,7 @@ class uploader {
173
173
} // namespace v_noabi
174
174
} // namespace mongocxx
175
175
176
- // CXX-2770: missing include of postlude header.
177
- #if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
178
176
#include < mongocxx/config/postlude.hpp>
179
- #endif
180
177
181
178
// /
182
179
// / @file
Original file line number Diff line number Diff line change @@ -426,10 +426,7 @@ class auto_encryption {
426
426
} // namespace v_noabi
427
427
} // namespace mongocxx
428
428
429
- // CXX-2770: missing include of postlude header.
430
- #if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
431
429
#include < mongocxx/config/postlude.hpp>
432
- #endif
433
430
434
431
// /
435
432
// / @file
Original file line number Diff line number Diff line change @@ -177,10 +177,7 @@ class data_key {
177
177
} // namespace v_noabi
178
178
} // namespace mongocxx
179
179
180
- // CXX-2770: missing include of postlude header.
181
- #if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
182
180
#include < mongocxx/config/postlude.hpp>
183
- #endif
184
181
185
182
// /
186
183
// / @file
Original file line number Diff line number Diff line change @@ -94,10 +94,7 @@ class range {
94
94
} // namespace v_noabi
95
95
} // namespace mongocxx
96
96
97
- // CXX-2770: missing include of postlude header.
98
- #if defined(MONGOCXX_TEST_MACRO_GUARDS_FIX_MISSING_POSTLUDE)
99
97
#include < mongocxx/config/postlude.hpp>
100
- #endif
101
98
102
99
// /
103
100
// / @file
You can’t perform that action at this time.
0 commit comments