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:
authorOle Christian Eidheim <eidheim@gmail.com>2014-08-02 16:24:38 +0400
committerOle Christian Eidheim <eidheim@gmail.com>2014-08-02 16:24:38 +0400
commit0cf69cffdf5b675ec693ce20a07ba85775c2a99a (patch)
tree8e47a13edf5ed24555e2f69d560420773a1bcaab /README.md
parent5c7282c19ab9c448059bba53c352be2d93ca3eff (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 704a61a..92a1b24 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,6 @@ Boost C++ libraries must be installed, go to http://www.boost.org for download a
OpenSSL libraries from https://www.openssl.org are required.
-Will update to use C++17 networking instead in the future when it is supported by g++.
-
### Compile and run
Compile with a C++11 compiler supporting regex (for instance g++ 4.9):