8000 Update README.rst · rmpowell77/docopt.cpp@ba8b2f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba8b2f5

Browse files
committed
Update README.rst
Verified successful build & run of the sample application with Visual Studio 2015 RC. The blocking features -- missing from Visual C++ 2013 -- were unrestricted unions and `noexcept`; they are now supported: http://blogs.msdn.com/b/vcblog/archive/2015/04/29/c-11-14-17-features-in-vs-2015-rc.aspx
1 parent 2df7edc commit ba8b2f5

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