Is there any native library in STL which is tested and works without any extra compiler options?
I tried to use , but the compiler outputs this:
You could try using Boost.Regex instead of the c++0x headers.
Also the STL is not the same thing as the standard library. It used to stand for "Standard Template Library" back when that was an offering of SGI. The standard library did not adopt everything int the STL (rope and slist) and covers much more ground than the STL did (iostreams, all the tr1, tr2, and c++0x headers).