Closed MagnusS closed 5 months ago
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 https://github.com/NixOS/nixpkgs/issues/217856).
span
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
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 https://github.com/NixOS/nixpkgs/issues/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.