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 e794eb4 commit 7f8eb8bCopy full SHA for 7f8eb8b
.github/workflows/c-cpp.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
+ - name: update
16
+ run: sudo apt install g++11 libstdc++11-dev
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++2a -MMD
+CXXARGS=-I$(abspath ./inc) -g -c -std=c++20 -MMD
LDARGS=
all:
0 commit comments