2
0
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:
Nikita Kniazev
2017-11-26 16:23:11 +03:00
parent 18d0d721db
commit d526cd1931
13 changed files with 13 additions and 29 deletions

View File

@@ -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
:
:
;

View File

@@ -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
:
:
;

View File

@@ -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
:
:
;

View File

@@ -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"
:

View File

@@ -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
:
:
;

View File

@@ -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>.
;

View File

@@ -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