includeos/IncludeOS

Move to C++20

Closed this issue · 1 comments

We're currently on C++17 and use span etc from an older version of GSL. The old nixpkgs version doesn't build GSL on darwin (due to NixOS/nixpkgs#217856).

Moving to C++20 should allow us to unpin GSL and use the latest version from nixpkgs, and hopefully also fix the darwin build.

Fixed in #2249