string raw_str = R"(R"(foo)")";
如果我有R"()"一个原始字符串,这会导致解析器混淆.(即,它认为最左边)"是原始字符串的结尾.
R"()"
)"
我怎么逃避这个?
c++ rawstring c++11
c++ ×1
c++11 ×1
rawstring ×1