This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++ and regex


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]