Up template instantiation depth for sun compiler.

[SVN r58033]
This commit is contained in:
John Maddock
2009-11-29 16:23:04 +00:00
parent 3af7c55ad9
commit ad5d5b0e1f

View File

@ -9,7 +9,7 @@ project : requirements <warnings>all <toolset>gcc:<cxxflags>-Wextra ;
test-suite integer
: [ run cstdint_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
[ run integer_traits_test.cpp ]
[ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long ]
[ run integer_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-long-long <toolset>darwin:<cxxflags>-Wno-long-long <toolset>sun:<cxxflags>"-Qoption ccfe -tmpldepth=128" ]
[ run integer_mask_test.cpp ]
[ run static_log2_test.cpp ]
[ run static_min_max_test.cpp ]