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

Opportunistically take advantage of C++20 move-in/out-of stringstream #1457

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

beevvy
Copy link
Contributor

@beevvy beevvy commented Jan 6, 2023

No description provided.

@beevvy
Copy link
Contributor Author

beevvy commented Jan 11, 2023

Pushed a similar change for json_reader.cpp.

BTW, I realize it won't have any effect when compiling with -std=c++11, which is the default, but it will for projects using the amalgamation, for example.

@beevvy beevvy changed the title Opportunistically take advantage of C++20 move-out-of stringstream Opportunistically take advantage of C++20 move-in/out-of stringstream Jan 11, 2023
@baylesj baylesj merged commit 48d2e10 into open-source-parsers:master Sep 10, 2024
10 checks passed
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