Skip to content

Commit 765478a

Browse files
committed
Stop testing c++98 support
1 parent c5e545b commit 765478a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python: [python, python3]
1313
cxx: [g++, clang++]
14-
std: [c++98, c++11, c++14, c++17]
14+
std: [c++11, c++14, c++17]
1515
include:
1616
# Add the appropriate docker image for each compiler.
1717
# The images from teeks99/boost-python-test already have boost::python

fabscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ from faber.config.try_run import try_run
1616

1717
features += include('include')
1818
features += define('BOOST_ALL_NO_LIB') # disable auto-linking
19+
features += define('BOOST_NO_AUTO_PTR')
1920
boost_include = options.get_with('boost-include')
2021
if boost_include:
2122
features += include(boost_include)

0 commit comments

Comments
 (0)