$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-04-30 12:28:43
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.