diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/boost_toolsets.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/boost_toolsets.yml b/.github/workflows/boost_toolsets.yml index 52c95bb..8c57a0a 100644 --- a/.github/workflows/boost_toolsets.yml +++ b/.github/workflows/boost_toolsets.yml @@ -166,6 +166,8 @@ jobs: toolset: '${{ matrix.toolset }}' platform: '${{ matrix.platform }}' configuration: '${{ matrix.configuration }}' + # Older Boosts don't like the newer standards (auto_ptr, etc.) + cmake-args: -D CC_CXX_STANDARD=14 - name: Verify runtime library linkage uses: ./.github/actions/check-runtime-library |