File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/mongocxx/config/private Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 15
15
// NOTE: Pop any macros here that are defined by the headers included
16
16
// in private/prelude.hpp.
17
17
18
+ // src/mongocxx/config/private/config.hh (generated by cmake)
18
19
#undef MONGOCXX_ENABLE_SSL
19
20
#pragma pop_macro("MONGOCXX_ENABLE_SSL")
21
+ #undef MONGOCXX_COMPILER_ID
22
+ #pragma pop_macro("MONGOCXX_COMPILER_ID")
23
+ #undef MONGOCXX_COMPILER_VERSION
24
+ #pragma pop_macro("MONGOCXX_COMPILER_VERSION")
20
25
21
26
#include < mongocxx/config/postlude.hpp>
Original file line number Diff line number Diff line change 17
17
// NOTE: Push any macros here that are defined by the following
18
18
// headers here.
19
19
20
+ // src/mongocxx/config/private/config.hh (generated by cmake)
20
21
#pragma push_macro("MONGOCXX_ENABLE_SSL")
21
22
#undef MONGOCXX_ENABLE_SSL
23
+ #pragma push_macro("MONGOCXX_COMPILER_ID")
24
+ #undef MONGOCXX_COMPILER_ID
25
+ #pragma push_macro("MONGOCXX_COMPILER_VERSION")
26
+ #undef MONGOCXX_COMPILER_VERSION
22
27
23
28
#include < mongocxx/config/private/config.hh>
You can’t perform that action at this time.
0 commit comments