I get a linker error with the following code:
#include int main() { std::regex rgx(\"ello\"); return 0; } test.o: In function `basic_rege
you may get the implmentation status from: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.tr1
to use regex, you could install boost library and their tr1 has already included regex.