
Markus Schöpflin wrote: [...]
1) I need to increase the maximum number of pending instantiations, it seems that the default value of the compiler (64) is not enough. This is also true for the acc toolset, AFAICT.
[...] As Boost.Build has recently gained support for specifying the maximum recursion depth in a compiler independent manner, I suggest the following patch for the integer/test Jamfile. OK to commit? Markus Index: Jamfile.v2 =================================================================== --- Jamfile.v2 (revision 47904) +++ Jamfile.v2 (working copy) @@ -7,7 +7,7 @@ test-suite integer : [ run cstdint_test.cpp ] [ run integer_test.cpp - /boost/test//boost_unit_test_framework ] + /boost/test//boost_unit_test_framework : : : <c++-template-depth>70 ] [ run integer_traits_test.cpp /boost/test//boost_test_exec_monitor/<link>static ] [ run integer_mask_test.cpp