Replace boost with C++17?
Hi,
We forked this repository and replaced boost with c++17 features. Do you have interest in a pull request to discuss that changes and have an experimental branch with that?
This would be massive improvement imho. Tested your fork and it works fine.
Could we get @alanxz attention on this?
I will accept PRs that replace boost with newer C++-isms.
I'd prefer if it was c++14 compatible (easier to find compilers that implement the full spec, I'm not sure what all you've used that is c++17 specific).
Keep the PRs small and focused, currently I have limited time for reviews; and smaller PRs are much easier to review.
@alanxz I'll work on a PR within the next few days.
I've been using GCC 7 (started with version 7.1, now on 7.2, but also tested on 7.3). There's also GCC 8, which I haven't tried yet.