|
Boost : |
From: JOAQUIN LOPEZ MU?Z (joaquin_at_[hidden])
Date: 2005-04-27 14:04:13
Current tests for Comeau 4.3 show this problem:
"G:\boost\boost/test/impl/test_tools.ipp", line 136: error #135:
namespace
"std" has no member "va_list"
std::va_list args;
Looks like va_list is not properly injected into std::
(yet BOOST_NO_STDC_NAMESPACE is *not* defined
for this platform, and I guess for a good reason.)
I've googled for this and found some discussions at the
Boost list on the very same problem, with no definitive
answer :(
1. Could anyone take a look at Comeau stdlib <cstdargs>
and see what's going on?
2. Is it ok to commit an obvious patch to
boost/test/impl/test_tools.ipp so as to work around
this problem?
Thank you,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk