We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36e13c commit 6f24219Copy full SHA for 6f24219
1 file changed
README.rst
@@ -80,7 +80,8 @@ to work with docopt:
80
81
GCC-4.8 can work, but the std::regex module needs to be replaced with ``Boost.Regex``.
82
In that case, you will need to define ``DOCTOPT_USE_BOOST_REGEX`` when compiling
83
-docopt, and link your code with the appropriated Boost libraries.
+docopt, and link your code with the appropriated Boost libraries. A relativley
84
+recent version of Boost is needed: 1.55 works, but 1.46 does not for example.
85
86
This port is licensed under the MIT license, just like the original module.
87
However, we are also dual-licensing this code under the Boost License, version 1.0,
0 commit comments