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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user