29 Aug
2018
29 Aug
'18
4:22 p.m.
On Wed, Aug 29, 2018 at 11:59 AM Mike Dev wrote:
In any case. If you want to create a c++17 version of your libraries (in particular LexicalCast) I'll support you however I can. Wonder what the chances are for such a modernized library to be accepted into boost.
Boost has C++14+ libraries (like Hana), that require C++14 or higher. Boost has C++11+ libraries (like MP11, Fiber, CallableTraits), that require C++11 or higher. Any new library proposed for Boost can be C++17+ (i.e. require C++17 or higher). Glen