cpsm
cpsm copied to clipboard
Remove boost dependency
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).