1 /*============================================================================= 2 Boost.Wave: A Standard compliant C++ preprocessor library 3 http://www.boost.org/ 4 5 Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost 6 Software License, Version 1.0. (See accompanying file 7 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 =============================================================================*/ 9 10 //O --c++11 11 //O -Werror 12 13 //R #line 17 "t_7_001.cpp" 14 //R R"(de 15 //R fg 16 //R h)" 17 R"(de 18 fg 19 h)" 20 21 //R #line 22 "t_7_001.cpp" 22 "abc" //R "abc" 23 R"(abc)" //R R"(abc)" 24 25 //R #line 28 "t_7_001.cpp" 26 //R uR"(de fg 27 //R h)" 28 uR"(de \ 29 fg 30 h)" 31 32 //R #line 33 "t_7_001.cpp" 33 u"abc" //R u"abc" 34 U"def" //R U"def" 35 u8"ghi" //R u8"ghi" 36 37 //R #line 40 "t_7_001.cpp" 38 //R R"delim("quoted text 39 //R with newline")delim" 40 R"delim("quoted text 41 with newline")delim" 42 43 //R #line 45 "t_7_001.cpp" 44 //R R"de"lim(some text)de"lim" 45 R"de"lim(some text)de"lim" 46 47 //R #line 49 "t_7_001.cpp" 48 //R no_newline_at_end_of_file 49 no_newline_at_end_of_file