Minor corrections.

This commit is contained in:
jzmaddock
2023-09-09 19:43:50 +01:00
parent ce665092fe
commit c23bb933a9
2 changed files with 1 additions and 2 deletions

View File

@ -328,7 +328,7 @@ jobs:
run: ..\..\..\b2 print_config_info cxxstd=14,17,latest address-model=64 toolset=msvc-14.3
working-directory: ../boost-root/libs/config/test
- name: Test
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,latest toolset=msvc-14.3
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest toolset=msvc-14.3
working-directory: ../boost-root/libs/config/test
windows_clang_msvc_14_3:
runs-on: windows-2022

View File

@ -23,7 +23,6 @@ int test()
using std::ispanstream;
using std::wispanstream;
using std::basic_ospanstream;
using std::basic_ospanstream;
using std::ospanstream;
using std::wospanstream;
using std::basic_spanstream;