Skip to content

Draft: Fix boost for macOS 14.4

Fabian Wein requested to merge upgrade_boost into master
  • enforce c++14 for clang to build boost
  • replace boost::tuple and helper (get, make_tuple) by std::tuple as newest boost have no tuple any more
  • building with IntelLLVM on Windows is still broken (no change here)

Merge request reports