We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wdeprecated-literal-operator
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
From https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecated-literal-operator, the four occurrences of operator "" _json(...) and similar at
operator "" _json(...)
jsoncons/include/jsoncons/basic_json.hpp
Lines 4717 to 4738 in 68fafa1
operator""_json(...)
With clang version 20.1.0-rc3, an example warning is
include/jsoncons/basic_json.hpp:6452:33: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 6452 | jsoncons::wjson operator "" _json(const wchar_t* s, std::size_t n) | ~~~~~~~~~~~~^~~~~ | operator""_json
What jsoncons library version?
The text was updated successfully, but these errors were encountered:
Fixed in 1.3.1
Sorry, something went wrong.
No branches or pull requests
Describe the bug
From https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecated-literal-operator, the four occurrences of
operator "" _json(...)
and similar atjsoncons/include/jsoncons/basic_json.hpp
Lines 4717 to 4738 in 68fafa1
operator""_json(...)
.With clang version 20.1.0-rc3, an example warning is
What jsoncons library version?
The text was updated successfully, but these errors were encountered: