Removed need of C++11 regex for the time being

This commit is contained in:
Ole Christian Eidheim 2015-09-29 14:23:40 +02:00
commit 7be882437b

View file

@ -31,7 +31,7 @@ The default_resource includes example use of Server::flush.
### Compile and run ### Compile and run
Compile with a C++11 compiler supporting regex (for instance g++ 4.9): Compile with a C++11 compliant compiler (for instance g++ 4.9):
``` ```
cmake . cmake .
make make