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

[LWG motion 24] P2697R1 Interfacing bitset with string_view #6346

Merged
merged 1 commit into from Jul 21, 2023

Conversation

burblebee
Copy link
Contributor

@burblebee burblebee commented Jun 23, 2023

@burblebee burblebee marked this pull request as ready for review June 23, 2023 21:03
Copy link
Contributor

@JohelEGP JohelEGP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template<class charT, class traits>
constexpr explicit bitset(
basic_string_view<charT, traits> str,
typename basic_string_view<charT, traits>::size_type pos = 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not use std::size_t directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A question for the authors...

source/utilities.tex Outdated Show resolved Hide resolved
@jensmaurer jensmaurer added this to the post-2023-06 milestone Jun 27, 2023
@tkoeppe tkoeppe merged commit ffca446 into main Jul 21, 2023
4 checks passed
@jensmaurer jensmaurer deleted the motions-2023-06-lwg-24 branch November 12, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants