Skip to content

adopting string literals#2128

Merged
lemire merged 2 commits intomasterfrom
using_string_literals
Feb 15, 2024
Merged

adopting string literals#2128
lemire merged 2 commits intomasterfrom
using_string_literals

Conversation

@lemire
Copy link
Member

@lemire lemire commented Feb 12, 2024

Instead of std::string("my string"), one can do "my string"s. Because it is C++14/C++17, we don't want to use it in the core library, but it can make for nicer code sometimes.

cc @FranciscoThiesen

Related to #2127

@lemire lemire merged commit 0c08894 into master Feb 15, 2024
@lemire lemire deleted the using_string_literals branch February 15, 2024 15:40
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.

1 participant