10000 Merge pull request #11 from MattPD/patch-1 · zeroshade/docopt.cpp@68131a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68131a7

Browse files
committed
Merge pull request docopt#11 from MattPD/patch-1
Update README.rst
2 parents 2df7edc + ba8b2f5 commit 68131a7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ This port is written in C++11 and also requires a good C++11 standard library
7474
(in particular, one with ``regex`` support). The following compilers are known
7575
to work with docopt:
7676

77-
- clang 3.3 and later
78-
- gcc 4.9
77+
- Clang 3.3 and later
78+
- GCC 4.9
79+
- Visual C++ 2015 RC
7980

80-
Note that gcc-4.8 will not work due to its missing the ``regex`` module.
81-
Note that Visual C++ 2013 will not compile this code, as its C++11 is not
82-
quite good enough. If a later VC++ works, please let me know!
81+
Note that GCC-4.8 will not work due to its missing the ``regex`` module.
8382

8483
This port is licensed under the MIT license, just like the original module.
8584
However, we are also dual-licensing this code under the Boost License, version 1.0,

0 commit comments

Comments
 (0)
0