From c23bb933a94d64c243ce333d927641c138ce00b1 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 9 Sep 2023 19:43:50 +0100 Subject: [PATCH] Minor corrections. --- .github/workflows/ci.yml | 2 +- test/boost_no_cxx23_hdr_spanstream.ipp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f18362f3..6ee3f497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/test/boost_no_cxx23_hdr_spanstream.ipp b/test/boost_no_cxx23_hdr_spanstream.ipp index cd758bd2..04fc342f 100644 --- a/test/boost_no_cxx23_hdr_spanstream.ipp +++ b/test/boost_no_cxx23_hdr_spanstream.ipp @@ -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;