
7 May
2010
7 May
'10
1:51 p.m.
Le 05/05/2010 17:20, Mathias Gaunard a écrit :
Salvatore Benedetto wrote:
So basically I have to double backslash everytime?
If you want that backslash to make it to the regex engine, yes.
Otherwise, you may use raw string literals if your compiler supports them. GCC 4.5 is supposed to support it, but it appears completely broken.
My bad, I had a wrong build, raw string literals appear to work in 4.5