
14 Oct
2004
14 Oct
'04
4:47 p.m.
"Joaquín Mª López Muñoz" wrote
I've noted that tuple_test_bench is marked as a regression for BCB 564: http://tinyurl.com/62plc
(line 26 of boost/tuple/tuple.hpp). Could someone with local access to the Borland compiler try to apply the alternative implementation by replacing that line with the following?
#if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)|| defined(BOOST_BCB_PARTIAL_SPECIALIZATION_BUG)
Tried and got internal compiler error :-( I'll look deeper into it. /Pavel