Open eyalroz opened 5 years ago
I think I can write that down somewhere.
Just wondering if this exists yet? No problem if it doesn't, but I am curious as to the main differences...
I concur. Seeing the difference would be helpful. At the feature level certainly, but also the compile time and binary size differences for a few compilers.
The standard C++ library doesn't include any option parsing functionality, but Boost does:
boost::program_options
.Could you possibly post an overview of the differences in functionality (and perhaps dependencies and implementation approach) between this library and the Boost one?