We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Leap's readme, we state:
On Ubuntu 20.04, install gcc-10 which has C++20 support:
sudo apt-get install -y g++-10
Leap does not build with the default g++ compiler on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered:
@spoonincode This seems like a straightforward change to include in 6.0.0. Do you agree?
Sorry, something went wrong.
Note to self: The change will be made to the CICD workflow on 5+
Successfully merging a pull request may close this issue.
In Leap's readme, we state:
On Ubuntu 20.04, install gcc-10 which has C++20 support:
sudo apt-get install -y g++-10
Leap does not build with the default g++ compiler on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: