mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
661 stars 102 forks source link

C++20 #952

Closed jeremybarnes closed 2 years ago

jeremybarnes commented 2 years ago

Switches MLDB's compilation to happen in C++20. There are a few minor changes that need to be made, but mostly it just works.

This is to enable previously developed functionality that requires C++20 features like std::range and std::string_view to be incorporated without bringing in the shim libraries in the original branches.