-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
allow to stream user defined types in a MemoryWriter #456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good but CI is failing because some parts are not C++98 compatible.
|
||
template<typename T> | ||
class is_streamable | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow Google C++ Style ({
on the previous line).
I'll try to make to code C++98 compatible. |
As the test now passes, I assume C++98 compatibility and merge the PR. (Yes, I'm still alive :D) |
Revert fmtlib#456 because it causes issues for known types (fmtlib#495) and is not C++98-compatible.
PR for Issue #454