cpp-optparse
cpp-optparse copied to clipboard
Python's excellent OptionParser in C++
This is part of a larger project of mine aiming to bring cpp-optparse to several package managers. I have tried to recreate the Makefile as accurately as possible, and have...
There are several cases where str_format improperly handles wrapping. Setup: ``` #include #include #include int main(int argc, char* argv[]) { std::vector descriptions{ // buggy (no padding): newline with no space...
Changes the Makefile to a CMakeLists.txt with hopefully identical behavior, then modifies it to add installation support and a pkg-config identity.
``` error C2220: the following warning is treated as an error warning C4996: '_Header_ciso646': warning STL4036: is removed in C++20. You can define _SILENCE_CXX20_CISO646_REMOVED_WARNING or _SILENCE_ALL_CXX20_DEPRECATION_WARNINGS to acknowledge that you...