libstdc++ and regex

Claudio La Rosa clros@tiscali.it
Fri Nov 5 20:53:00 GMT 2010


Hi!

This is my first post, my name is Claudio and I use GCC (G++) on Linux
Ubuntu and Windows (MinGW) with Code::Blocks IDE.

I have a question:

1) libstdc++ support c++0x regex? I have tried, but the code:

  #include<regex>
  [...]
  const regex r("\\d");
  [...]

  have problem with the linker(??), but the same code compile on the VisualC
2010 Express Edition...why?
  
-- 
View this message in context: http://old.nabble.com/libstdc%2B%2B-and-regex-tp30144897p30144897.html
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.



More information about the Libstdc++ mailing list