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

Library N3642, User-defined Literals for Standard Library Types #121

Closed
wants to merge 1 commit into from

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented May 13, 2013

Changes relative to the proposal:

  • Re-ordered the basic_string literals so they are listed in the
    order char, char16_t, char32_t and wchar_t. This matches the other
    functions in Clause 21.
  • Changed const char *str to const char* str for consistency with
    asterisk placement in basic_string itself.
  • Changed operator"" to operator "" for consistency with core wording.
  • Added whitespace to duration literal declarations so they are aligned
  • Changed section title to "Suffixes for duration literals" instead of
    "Suffix for duration literals"
  • Use string, u16string etc. typedefs for basic_string

@sdutoit
Copy link
Contributor

sdutoit commented May 14, 2013

Merged locally. Thanks, especially for all the editorial fixes here!

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.

None yet

2 participants