From 0cfd1bbfb1defce013c193d5635e22803f432f73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:25:04 +0000 Subject: [PATCH 1/2] Initial plan From bad1fb306216163e9ea3bcdc2673b456b63d110a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:28:43 +0000 Subject: [PATCH 2/2] Exclude windows-2025-vs2026 from Boost.CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d97c38..b1d3cf81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: with: exclude_cxxstd: '98,03,0x,11,14' exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-7,clang-16 + exclude_os: windows-2025-vs2026 # exclude clang-16 because it seems to use the c++14 standard library on ubuntu-24.04: # include/c++/14/bits/stl_pair.h:410:35: error: no matching function for call to 'get' # maybe similar to this: https://github.com/actions/runner-images/issues/9679