Add -ftemplate-depth=1024 for Clang (3.x needs it)

This commit is contained in:
Peter Dimov
2024-12-22 02:55:45 +02:00
parent 94749d088d
commit 639bd0232b

View File

@ -144,4 +144,8 @@ compile variant_visit_cx.cpp : [ requires cxx14_constexpr ] ;
compile variant_visit_cx_2.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
;