I have been working in c++ for a while and something came up. I tried to include regex header. But compiler won't find the header file.
However, when I try to compile same file using clang++, It compiles and works great.
Sample code I tried was from here