silentarmy icon indicating copy to clipboard operation
silentarmy copied to clipboard

Replace C++11 raw string literal by C array

Open aleksander opened this issue 8 years ago • 1 comments

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.

aleksander avatar Dec 14 '16 13:12 aleksander

This seems good. I'll merge this at some point.

mbevand avatar Dec 19 '16 05:12 mbevand