We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df7edc + ba8b2f5 commit 68131a7Copy full SHA for 68131a7
1 file changed
README.rst
@@ -74,12 +74,11 @@ This port is written in C++11 and also requires a good C++11 standard library
74
(in particular, one with ``regex`` support). The following compilers are known
75
to work with docopt:
76
77
-- clang 3.3 and later
78
-- gcc 4.9
+- Clang 3.3 and later
+- GCC 4.9
79
+- Visual C++ 2015 RC
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!
+Note that GCC-4.8 will not work due to its missing the ``regex`` module.
83
84
This port is licensed under the MIT license, just like the original module.
85
However, we are also dual-licensing this code under the Boost License, version 1.0,
0 commit comments