nixprime / cpsm

A CtrlP matcher, specialized for paths.
Apache License 2.0
202 stars 19 forks source link

Remove boost dependency #60

Open ompugao opened 2 years ago

ompugao commented 2 years ago

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).