mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Use <c++-template-depth> feature
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#==============================================================================
|
||||
project spirit-karma-example
|
||||
: requirements
|
||||
<toolset>gcc:<c++-template-depth>300
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
||||
<c++-template-depth>300
|
||||
:
|
||||
:
|
||||
;
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
#==============================================================================
|
||||
project spirit-lexer-example
|
||||
: requirements
|
||||
<toolset>gcc:<c++-template-depth>300
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
||||
<c++-template-depth>300
|
||||
:
|
||||
:
|
||||
;
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
#==============================================================================
|
||||
project spirit-qi-example
|
||||
: requirements
|
||||
<toolset>gcc:<c++-template-depth>300
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
||||
<c++-template-depth>300
|
||||
:
|
||||
:
|
||||
;
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
#==============================================================================
|
||||
project spirit-qi-compiler_tutorial
|
||||
: requirements
|
||||
<toolset>gcc:<c++-template-depth>300
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-300
|
||||
<c++-template-depth>300
|
||||
<variant>release:<location>"bin/release"
|
||||
<variant>debug:<location>"bin/debug"
|
||||
:
|
||||
|
||||
@@ -7,12 +7,10 @@
|
||||
project spirit-x3-example
|
||||
: requirements
|
||||
<include>.
|
||||
<c++-template-depth>512
|
||||
<toolset>gcc:<cxxflags>-std=c++1y
|
||||
<toolset>gcc:<cxxflags>-ftemplate-depth-512
|
||||
<toolset>clang:<cxxflags>-std=c++1y
|
||||
<toolset>clang:<cxxflags>-ftemplate-depth-512
|
||||
<toolset>darwin:<cxxflags>-std=c++1y
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-512
|
||||
:
|
||||
:
|
||||
;
|
||||
|
||||
@@ -7,13 +7,10 @@
|
||||
|
||||
project spirit-x3-example-rexpr
|
||||
: requirements
|
||||
<c++-template-depth>512
|
||||
<toolset>gcc:<cxxflags>-std=c++14
|
||||
<toolset>gcc:<cxxflags>-ftemplate-depth-512
|
||||
<toolset>clang:<cxxflags>-std=c++1y
|
||||
<toolset>clang:<cxxflags>-ftemplate-depth-512
|
||||
<toolset>darwin:<cxxflags>-std=c++14
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-512
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth-512
|
||||
<use>/boost//headers
|
||||
<include>.
|
||||
;
|
||||
|
||||
@@ -13,8 +13,7 @@ project
|
||||
<source>/boost//regex
|
||||
<source>/boost//filesystem
|
||||
<source>/boost//system
|
||||
<toolset>gcc:<cxxflags>-ftemplate-depth=300
|
||||
<toolset>darwin:<cxxflags>-ftemplate-depth=300
|
||||
<c++-template-depth>300
|
||||
;
|
||||
|
||||
unit-test parse_rexpr_test
|
||||
|
||||
Reference in New Issue
Block a user