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

Use MakeString to instead of stringstream where possible #947

Open
nilsdeppe opened this issue Sep 16, 2018 · 1 comment
Open

Use MakeString to instead of stringstream where possible #947

nilsdeppe opened this issue Sep 16, 2018 · 1 comment

Comments

@nilsdeppe
Copy link
Member

Feature Request:

I'm adding a PR for a MakeString class that will allow const std::string t = MakeString{} << blah;. We can use this to replace the old-style std::stringstream ss; ss << blah; const std::string t = ss.str(); throughout the code.

@nilsdeppe
Copy link
Member Author

MakeString was added in #954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants