
30 Apr
2005
30 Apr
'05
5:28 p.m.
JOAQUIN LOPEZ MU?Z wrote:
The patch reduces to issuing a namespace std{using ::va_list;} for the Comeau compiler. If this works, a lot of
I'm going to append following: #if (__COMO_VERSION__ <= 4303) namespace std {using ::va_list;} #endif to boost/config/compiler/comeau.hpp This should globally fix problem for all files depending on std::va_list. This fix will be applied only after current run of regression tests is finished, hopefully less than 3 hours. I will not touch the CVS, fix will be on my computer only. B.