Skip to content
Daniele Pallastrelli edited this page Mar 1, 2019 · 17 revisions

Welcome to the cli wiki!

Goals (and non goals)

  • The library must be compilable with every c++14 compliant compiler. This is because many projects already using the library are constrained to old compilers. For this reason, I can’t accept pull requests exploiting C++ features newer than C++14 standard. The same applies if you rewrite any C++17 features and include it in the library: unless this is the only way to implement a very useful feature of cli library, I won’t accept the pull request.
  • TODO
Clone this wiki locally