Skip to content

Support libc++ and reduce minimum required standard to c++20

Santiago Ospina De Los Ríos requested to merge feature/support_cpp20 into master
  • Use alternative to std::move_only_function from function2 library
    • head only library
    • provides unique_function
  • Issues with using std::move_only_function:
    • requires c++23 with libstdc++
    • not yet implemented by libc++
  • Reduce minimum required standard in CMakeLists.txt to c++20
  • Add missing lambda parentheses

Merge request reports