Changes between Version 2 and Version 3 of C++Features


Ignore:
Timestamp:
Aug 12, 2025, 2:33:32 PM (2 months ago)
Author:
pett
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C++Features

    v2 v3  
    2626
    2727        R"(''some complex string'')"
     28
     29Since in some situations the sequence )" might occur ''in'' the string, additional characters can be between the R and the ", ''e.g.'':
     30
     31        R---"(''some complex string'')---"
     32
     33[https://www.stroustrup.com/C++11FAQ.html#raw-strings More discussion]