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
https://cppcoach.godbolt.org/z/Mocb7znYf
Only only does it not allow to stream into std::ostream / std::stringstream but also makes it "not play nice with {fmt}". see fmtlib/fmt#3245
in the meantime, how do I work around this?
The text was updated successfully, but these errors were encountered:
looking at the source code, I see there are tests for this, but they are @ifdef's out, see https://github.com/boostorg/pfr/blob/develop/test/run/read_write_non_literal.cpp#L64
Sorry, something went wrong.
No branches or pull requests
https://cppcoach.godbolt.org/z/Mocb7znYf
Only only does it not allow to stream into std::ostream / std::stringstream but also makes it "not play nice with {fmt}".
see fmtlib/fmt#3245
in the meantime, how do I work around this?
The text was updated successfully, but these errors were encountered: