matt-42 / iod

Meta programming utilities for C++14. Merged in matt-42/lithium
MIT License
727 stars 58 forks source link

Simply escaped the internal quote to avoid compiler error #5

Closed dgodfrey206 closed 10 years ago

matt-42 commented 10 years ago

Raw strings are supported since gcc 4.5, which compiler gave you this error ? https://gcc.gnu.org/gcc-4.5/changes.html

dgodfrey206 commented 10 years ago

I had forgotten about raw string literals. My mistake. :)