disable test that is broken since C++20

This commit is contained in:
Antony Polukhin
2021-09-20 13:30:23 +03:00
parent 15f2eefbc4
commit afe0914af5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ jobs:
for /f %%i in ("%GITHUB_BASE_REF%") do if "%%~nxi" == "master" set BOOST_BRANCH=master
echo BOOST_BRANCH: %BOOST_BRANCH%
cd ..
git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git boost-root
cd boost-root
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
git submodule update --init tools/boostdep
+2 -1
View File
@@ -11,6 +11,7 @@
import testing ;
local below-c++14 = 98 03 0x 11 ;
local since-c++20 = 2a 20 ;
project
: requirements
@@ -57,7 +58,7 @@ test-suite variant
[ run auto_visitors.cpp ]
[ run issue42.cpp ]
[ run issue53.cpp ]
[ run overload_selection.cpp ]
[ run overload_selection.cpp : : : "<cxxstd>$(since-c++20)":<build>no ]
[ run recursive_wrapper_move_test.cpp ]
[ run variant_over_joint_view_test.cpp ]
[ run const_ref_apply_visitor.cpp ]