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 c5e545b commit 393335aCopy full SHA for 393335a
.github/workflows/test-ubuntu.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
python: [python, python3]
13
cxx: [g++, clang++]
14
- std: [c++98, c++11, c++14, c++17]
+ std: [c++11, c++14, c++17]
15
include:
16
# Add the appropriate docker image for each compiler.
17
# The images from teeks99/boost-python-test already have boost::python
0 commit comments