We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not a big deal, i'm not aware of any issues caused by this warning, but i thought i'll ask anyway:
.../include/jsoncons/sink.hpp:265:17: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] bytes_sink& operator=(bytes_sink&&) = default; ^ .../include/jsoncons/sink.hpp:252:18: note: move assignment operator of 'bytes_sink' is implicitly deleted because field 's_' is of reference type 'jsoncons::bytes_sink::output_type &' (aka 'vector<unsigned char> &') output_type& s_; ^
This warning appears when cross-compiling for OSX with clang 8. I'm using jsoncons 0.144.0
The text was updated successfully, but these errors were encountered:
Fixed issue #214
eeb938e
Thanks for reporting this. Fixed on master.
Sorry, something went wrong.
I've updated jsoncons from master and it compiles without any warnings. Thank you very much.
No branches or pull requests
This is not a big deal, i'm not aware of any issues caused by this warning, but i thought i'll ask anyway:
This warning appears when cross-compiling for OSX with clang 8. I'm using jsoncons 0.144.0
The text was updated successfully, but these errors were encountered: