Changes between Version 2 and Version 3 of C++Features
- Timestamp:
- Aug 12, 2025, 2:33:32 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C++Features
v2 v3 26 26 27 27 R"(''some complex string'')" 28 29 Since 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]