silentarmy
silentarmy copied to clipboard
Replace C++11 raw string literal by C array
This commit replaces C++11 raw string literal R"_mrb_( ... )_mrb_"
by C array.
Main reason for this is possibility to compile with clang instead of gcc.
This seems good. I'll merge this at some point.