Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
生の文字列を定義するために使用R"(...)"しますが、文字列に実際に生の文字列ターミネータが含まれている場合)"、コンパイラは文句を言います。
R"(...)"
)"
例えば:
auto tag = R"("(add)")"; // try to get string <"(add)">
これが機能するように変更するにはどうすればよいですか?