Closed hillmich closed 2 years ago
sounds good, make a PR and I'll take a look.
Progress on this? I'm in need of this fix. EDIT 3.0.0 release compiles correctly, so I'm good for now.
Sorry I got distracted by something else, I'll follow up on that PR.
As of now, MacOS still fails (PR #368 did not fix it, sorry I messed that up).
I forked the repo and made quite a lot of changes trying to make
std::isblank
work on hillmich/cxxopts. The main change is to replacestd::isblank
by explicitly checking for space and tab as the standard dictates for the C locale. This fork also includesregexp
is always there since cxxopts requires c++11 or higher (and eliminate a large chunk of code)cstring
std::
to instances ofsize_t
@jarro2783 are you interested in these changes and would you accept them as PR?