Closed DethRaid closed 1 year ago
Don't merge this yet there's more C++20 problems
The OSX - GCC 5 error is:
Error: Unknown command: cask
Did I cause that?
I've made all the changes I want to. As soon as we can get this to pass CI, you can merge it
New build error:
+ brew install gcc@5
gcc@5: This formula either does not compile or function as expected on macOS
versions newer than High Sierra due to an upstream incompatibility.
I guess GCC 5 is off the table? I don't want to edit the required checks for this repo, yalls should do that
New build error:
+ brew install gcc@5 gcc@5: This formula either does not compile or function as expected on macOS versions newer than High Sierra due to an upstream incompatibility.
I guess GCC 5 is off the table? I don't want to edit the required checks for this repo, yalls should do that
If I had a nickle for every time brew broke CI....
C++17 deprecated
std::result_of
, C++20 removed it. I've switched nonius's usage ofstd::result_of
tostd::invoke_result_t