Anyone running warnings as errors will see an error for -Wdeprecated-literal-operator in v_noabi/bsoncxx/json.hpp for the 'operator"" _bson' line 85. syntax needs to change to 'operator""_bson'
"""
include/bsoncxx/v_noabi/bsoncxx/json.hpp:85:54: error: identifier '_bson' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
"""
- is related to
-
SERVER-104812 Remove space in operator"" _udl to avoid clang-20 warning
-
- Closed
-