cpsm icon indicating copy to clipboard operation
cpsm copied to clipboard

Remove boost dependency

Open ompugao opened this issue 2 years ago • 0 comments

Recent c++ complier is rich enough to remove dependency on boost. This pull-req requires c++17 for complier.

since the alternative for boost::program_options is not available in standard library, I added cxxopts.hpp taken from https://github.com/jarro2783/cxxopts (commit 4e208b9).

ompugao avatar Mar 21 '22 06:03 ompugao