forked from boostorg/variant2
Add -ftemplate-depth=1024 for Clang (3.x needs it)
This commit is contained in:
@ -144,4 +144,8 @@ compile variant_visit_cx.cpp : [ requires cxx14_constexpr ] ;
|
|||||||
compile variant_visit_cx_2.cpp : [ requires cxx14_constexpr ] ;
|
compile variant_visit_cx_2.cpp : [ requires cxx14_constexpr ] ;
|
||||||
compile variant_visit_r_cx.cpp : [ requires cxx14_constexpr ] ;
|
compile variant_visit_r_cx.cpp : [ requires cxx14_constexpr ] ;
|
||||||
|
|
||||||
run variant_index_type.cpp : : : <variant>release <toolset>msvc,<address-model>32:<build>no ;
|
run variant_index_type.cpp : : :
|
||||||
|
<variant>release
|
||||||
|
<toolset>msvc,<address-model>32:<build>no
|
||||||
|
<toolset>clang:<cxxflags>-ftemplate-depth=1024
|
||||||
|
;
|
||||||
|
Reference in New Issue
Block a user