2
0
mirror of https://github.com/boostorg/lambda2.git synced 2026-01-20 16:42:16 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Peter Dimov
8c6c1166c4 Update ci.yml 2022-04-14 14:21:41 +03:00
Peter Dimov
c618d6902b Re-enable VS2017 2022-04-14 14:02:35 +03:00
Peter Dimov
ae42ebda76 Update version 2022-04-14 13:41:49 +03:00
2 changed files with 10 additions and 4 deletions

View File

@@ -146,13 +146,13 @@ jobs:
- toolset: msvc-14.1
cxxstd: "14,17,latest"
addrmd: 32,64
os: windows-2016
os: windows-2019
- toolset: msvc-14.2
cxxstd: "14,17,latest"
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.3
cxxstd: "14,17,latest"
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2022
- toolset: gcc
@@ -165,6 +165,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Visual Studio 2017
if: matrix.toolset == 'msvc-14.1'
run: |
choco install visualstudio2017community
choco install visualstudio2017-workload-universal
- name: Setup Boost
shell: cmd
run: |

View File

@@ -14,7 +14,7 @@
// Same format as BOOST_VERSION:
// major * 100000 + minor * 100 + patch
#define BOOST_LAMBDA2_VERSION 107900
#define BOOST_LAMBDA2_VERSION 108000
namespace boost
{