2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Revert "Workaround qi_repo_keywords test fail on MSVC-14.1"

This reverts commit 87f8787968.
This commit is contained in:
Nikita Kniazev
2018-12-31 20:18:11 +03:00
parent f569990d10
commit f7a2fdda4b

View File

@@ -23,16 +23,6 @@ explicit qi-pch ka-pch ;
###############################################################################
import os ;
local keywords_reqs ;
if [ os.environ APPVEYOR ]
{
# Workaround MSVC codegen bug. See #400 for the info.
keywords_reqs = <toolset>msvc-14.1:<inlining>off ;
}
# bring in rules for testing
import testing ;
@@ -44,7 +34,7 @@ import testing ;
[ run qi-pch qi/confix.cpp : : : : qi_repo_confix ]
[ run qi-pch qi/distinct.cpp : : : : qi_repo_distinct ]
[ run qi-pch qi/subrule.cpp : : : : qi_repo_subrule ]
[ run qi-pch qi/keywords.cpp : : : $(keywords_reqs) : qi_repo_keywords ]
[ run qi-pch qi/keywords.cpp : : : : qi_repo_keywords ]
[ run qi-pch qi/seek.cpp : : : : qi_repo_seek ]
# run Karma repository tests