-
-
Notifications
You must be signed in to change notification settings - Fork 145
Home
Daniele Pallastrelli edited this page Mar 1, 2019
·
17 revisions
Welcome to the cli wiki!
- 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