File tree 1 file changed +6
-2
lines changed
src/mongocxx/lib/mongocxx/private
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -326,12 +326,16 @@ BSONCXX_PRIVATE_WARNINGS_POP();
326
326
X(read_concern_set_level) \
327
327
X(read_prefs_copy) \
328
328
X(read_prefs_destroy) \
329
- X(read_prefs_get_hedge) \
329
+ BSONCXX_SUPPRESS_DEPRECATION_WARNINGS_BEGIN \
330
+ X(read_prefs_get_hedge) /* CXX-3241 */ \
331
+ BSONCXX_SUPPRESS_DEPRECATION_WARNINGS_END \
330
332
X(read_prefs_get_max_staleness_seconds) \
331
333
X(read_prefs_get_mode) \
332
334
X(read_prefs_get_tags) \
333
335
X(read_prefs_new) \
334
- X(read_prefs_set_hedge) \
336
+ BSONCXX_SUPPRESS_DEPRECATION_WARNINGS_BEGIN \
337
+ X(read_prefs_set_hedge) /* CXX-3241 */ \
338
+ BSONCXX_SUPPRESS_DEPRECATION_WARNINGS_END \
335
339
X(read_prefs_set_max_staleness_seconds) \
336
340
X(read_prefs_set_mode) \
337
341
X(read_prefs_set_tags) \
You can’t perform that action at this time.
0 commit comments