2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Bump minimum language standard to C++14 (#788)

* Bump minimum language standard to C++14

* Add warning message in config

* Update readme and keep C++14 in GCC5 drone run
This commit is contained in:
Matt Borland
2022-05-31 20:19:22 -07:00
committed by GitHub
parent 65aaf02760
commit 5fa7797ec6
4 changed files with 17 additions and 6 deletions

View File

@@ -210,7 +210,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-6, clang++-6.0, g++-7, g++-8, clang++-7, clang++-8 ]
standard: [ c++11, c++14, c++17 ]
standard: [ c++14, c++17 ]
suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ]
steps:
- uses: actions/checkout@v2
@@ -322,7 +322,7 @@ jobs:
fail-fast: false
matrix:
toolset: [ gcc, msvc-14.0, msvc-14.2 ]
standard: [ 11, 14, 17 ]
standard: [ 14, 17 ]
suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ]
steps:
- uses: actions/checkout@v2
@@ -542,7 +542,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ g++-10 ]
standard: [ c++11, c++14, c++17, c++2a ]
standard: [ c++14, c++17, c++20 ]
suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, interpolators, autodiff, ../example//examples, ../tools ]
steps:
- uses: actions/checkout@v2