Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2015-11-20 11:52:10 +0300
committereidheim <eidheim@gmail.com>2015-11-20 11:52:10 +0300
commit573a52edd0bc4c2eaf75d581c9b493ea32ea26e6 (patch)
tree03b3489d42a9bf9408403d66320b557723bb3204 /README.md
parentc78b96d8494009b6aaaa9b1d2175701c071c153c (diff)
Removed need for regex support in the c++11 compiler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23c91f4..d9d1a9c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ See ws_examples.cpp or wss_examples.cpp for example usage.
### Compile
-Compile with a C++11 compiler supporting regex (for instance g++ 4.9):
+Compile with a C++11 supported compiler:
```sh
cmake .