KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 15 forks source link

chore: move to C++20 #12

Closed narnaud closed 3 months ago

narnaud commented 3 months ago

Our current CI partially support C++23, but is limited. For example std::unexpected is not supported yet.

Revert to using C++20 only for now, until CI is updated.