6 ms·Care to elaborate on how that's supposed work in practice?by tkln 6y agoCare to elaborate on how that's supposed work in practice?scatters 6y agoWow, ugly, but it works: (void) R"long-comment( /* C-style comment */ std::cout << "hello" << std::endl; )long-comment";ksherlock 6y agoUgly, confusing, hard to undo, and only works within a function (since it's a statement).