From 2eb53f67e2f330b5bcace09eb29cc587ca1e358c Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 5 Jan 2021 14:02:52 +0100 Subject: [PATCH] as per https://lists.boost.org/Archives/boost/2021/01/250603.php --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0b1d302..f01df86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -# Copyright 2003-2019 Joaquín M López Muñoz. +# Copyright 2003-2021 Joaquín M López Muñoz. # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) @@ -34,4 +34,4 @@ build: off test_script: - if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD% - - b2 libs/multi_index/test toolset=%TOOLSET% %CXXSTD% \ No newline at end of file + - b2 address-model=32 libs/multi_index/test toolset=%TOOLSET% %CXXSTD% \ No newline at end of file