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

P0980R1 Making std::string constexpr #3077

Merged
merged 1 commit into from Aug 6, 2019
Merged

Conversation

burblebee
Copy link
Contributor

@burblebee burblebee commented Jul 25, 2019

[string.find]: Added \indexlibrarymember references to the variations of find* described via the placeholder F.

Fixes #3031.

Fixes cplusplus/papers#569

source/strings.tex Outdated Show resolved Hide resolved
@jwakely
Copy link
Member

jwakely commented Jul 25, 2019

P1614R2 (#3016) adds new non-member functions which should also be marked constexpr.

@burblebee burblebee requested a review from jwakely July 29, 2019 23:03
[string.find]: Added \indexlibrarymember references to the variations of find* described via the placeholder F.

std::basic_string's operators !=, <, >, <=, and >= have been removed.
Instead, add constexpr to <=> to match the intent.

Fixes #3031.
@zygoloid zygoloid merged commit da8bf1f into master Aug 6, 2019
@jensmaurer jensmaurer deleted the motions-2019-07-lwg-27 branch December 15, 2019 19:50
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.

[2019-07 LWG Motion 27] P0980R1 Making std::string constexpr P0980 Making std::string constexpr
3 participants