We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3760376 commit 9bcb863Copy full SHA for 9bcb863
.github/workflows/c-cpp.yml
@@ -12,8 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - name: Install correct g++ version
16
- run: sudo apt install gcc-11 g++-11 && sudo update-alternatives --set g++ /usr/bin/g++-11
17
- name: Install Conan
18
id: conan
19
uses: turtlebrowser/get-conan@main
Makefile
@@ -8,7 +8,7 @@ INCL_PATH=$(abspath ./inc)
8
DOC_DIR=$(abspath ./docs/)
9
10
CC=g++
11
-CXXARGS=-I$(abspath ./inc) -g -c -std=c++20 -MMD
+CXXARGS=-I$(abspath ./inc) -g -c -std=c++2a -MMD
LDARGS=
all:
0 commit comments