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

Some minor tweaks for char_traits work. #792

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Some minor tweaks for char_traits work. #792

merged 2 commits into from
Feb 9, 2024

Conversation

jtv
Copy link
Owner

@jtv jtv commented Feb 9, 2024

Patches up some very minor details after merging @tambry's great contribution in #751.

After this I'll run the automatic formatter as well.

jtv added 2 commits February 9, 2024 23:22
Patches up some very minor details after merging @tambry's great contribution in #751.

After this I'll run the automatic formatter as well.
This function is just not appropriate to a `std::byte` specialisation.
There is no way inspect the contents of a raw byte string and figure
out from there what the string's length is.

So, remove the function's definition.  The _declaration_ is required,
but there can't be a usable definition.
@jtv jtv merged commit a5e52dd into master Feb 9, 2024
6 checks passed
@jtv jtv deleted the char_traits-tweaks branch February 9, 2024 23:39
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