Closed Luthaf closed 8 years ago
Does it work well enough?
Works well enough for me, with most of the docopt features. I did not ran the test suite, but I can if you are willing to integrate this.
Yes, please do. "Working mostly" is still better than "not at all" but if we advertise that it works, I'd like a little more confidence at least.
Ok, I only got one failure on the test suite. Please see #43 for the changes.
I'd like to see the boost fallback on gcc 4.8 as well.
I needed to build docopt using GCC 4.8, because this is default compiler in CentOS 7.
GCC 4.8 C++11 support is good, but all the
<regex>
functionalities are missing. So I created a fallback to Boost.Regex when building with GCC 4.8, and used C++11 regex in all other cases.I used the following diff:
If you want to include this in docopt, I can do a PR.