Skip to content
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

Merged
merged 8 commits into from
Jan 19, 2017
Merged

allow to stream user defined types in a MemoryWriter #456

merged 8 commits into from
Jan 19, 2017

Conversation

Andreone
Copy link
Contributor

PR for Issue #454

Copy link
Contributor

@vitaut vitaut left a 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
{
Copy link
Contributor

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).

@Andreone
Copy link
Contributor Author

I'll try to make to code C++98 compatible.

@foonathan
Copy link
Contributor

As the test now passes, I assume C++98 compatibility and merge the PR.

(Yes, I'm still alive :D)

@foonathan foonathan merged commit 6766270 into fmtlib:master Jan 19, 2017
vitaut added a commit that referenced this pull request May 6, 2017
Revert #456 because it causes issues for known types (#495) and is not C++98-compatible.
bjoernthiel pushed a commit to AbberiorInstruments/fmt that referenced this pull request May 11, 2017
Revert fmtlib#456 because it causes issues for known types (fmtlib#495) and is not C++98-compatible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants