Skip to content

Commit

Permalink
disabled msvc-14.2 & set minimum version to 19.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 18, 2023
1 parent 0ff2d4e commit a7c2aec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: msvc-14.2
cxxstd: "20,latest"
addrmd: 32,64
os: windows-2019
# - toolset: msvc-14.2
# cxxstd: "20,latest"
# addrmd: 32,64
# os: windows-2019
- toolset: msvc-14.3
cxxstd: "20,latest"
addrmd: 32,64
Expand Down
2 changes: 1 addition & 1 deletion doc/compiler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Boost.cobalt requires a C++20 compilers and directly depends on the following bo

== Compiler

This library is supported since Clang 14, Gcc 10 & MSVC 19.28.
This library is supported since Clang 14, Gcc 10 & MSVC 19.30 (Visual Studio 2022).

IMPORTANT: Gcc versions 12.1 and 12.2 appear to have a bug for coroutines with out stack variables
as can be seen [here](https://godbolt.org/z/6adGcqP1z) and should be avoided for coroutines.
Expand Down

0 comments on commit a7c2aec

Please sign in to comment.