Movatterモバイル変換


[0]ホーム

URL:


This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 119a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2025-12-20


1103. Reversion of phase 1 and 2 transformations in raw string literals

Section:5.2  [lex.phases]    Status:C++11    Submitter:US    Date:2010-08-02

[Voted into the WP at the November, 2010 meeting.]

N3092 comment US 13
N3092 comment US 14

“Raw” strings are still only Pittsburgh-rarestrings: the reversion in phase 3 only applies to anr-char-sequence. It should apply to the entire rawstring literal.

Proposed resolution (August, 2010):

  1. Change 5.2 [lex.phases] paragraph 1 phase 1as follows:

  2. ...(An implementation may use any internal encoding, so longas an actual extended character encountered in the sourcefile, and the same extended character expressed in thesource file as a universal-character-name (i.e., using the\uXXXX notation), are handled equivalentlyexcept where this replacement is reverted in a rawstring literal.).)
  3. Change 5.2 [lex.phases] paragraph 1 phase 3as follows:

  4. ...[Example: see the handling of< withina#include preprocessing directive. —endexample]Within the r-char-sequence of a raw stringliteral, any transformations performed in phases 1 and 2(trigraphs, universal-character-names, and line splicing)are reverted.
  5. Change 5.2 [lex.phases] paragraph 1 phase 5as follows:

  6. Each source character set memberanduniversal-character-name in a character literal or astring literal, as well as each escape sequenceanduniversal-character-name in a character literal or anon-raw string literal, is converted to the correspondingmember of the execution character set (5.13.3 [lex.ccon], 5.13.5 [lex.string]); if there is nocorresponding member, it is converted to animplementation-defined member other than the null (wide)character.
  7. Change 5.3.1 [lex.charset] paragraph 2 as follows:

  8. ...Additionally, if the hexadecimal value for auniversal-character-name outside thec-char-sequence,s-char-sequence, orr-char-sequence of a character or stringliteral corresponds to a control character (in either of theranges 0x000x1F or 0x7F0x9F, both inclusive) or to acharacter in the basic source character set, the program isill-formed.[Footnote: A sequence of charactersresembling a universal-character-name in anr-char-sequence(5.13.5 [lex.string]) does not form auniversal-character-name. —end footnote]
  9. Change 5.5 [lex.pptoken] paragraph 3 as follows:

  10. If the input stream has been parsed into preprocessingtokens up to a given character:
  11. Delete footnote 24 in 5.13.5 [lex.string] paragraph 2:

  12. Use of characters with trigraph equivalents in ad-char-sequence may produce unintended results.
  13. Insert the following examples after 5.13.5 [lex.string] paragraph 4:

  14. [Example: The raw string

      R"a(  )\  a"  )a"

    is equivalent to"\n)\\\na\"\n". The raw string

      R"(??)"

    is equivalent to"\?\?". The raw string

      R"#(  )??="  )#"

    is equivalent to"\n)\?\?=\"\n". —endexample]




[8]ページ先頭

©2009-2026 Movatter.jp