File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,11 @@ This port is written in C++11 and also requires a good C++11 standard library
74
74
(in particular, one with ``regex `` support). The following compilers are known
75
75
to work with docopt:
76
76
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
79
80
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.
83
82
84
83
This port is licensed under the MIT license, just like the original module.
85
84
However, we are also dual-licensing this code under the Boost License, version 1.0,
You can’t perform that action at this time.
0 commit comments