
12 Apr
2005
12 Apr
'05
2:33 p.m.
On Tue, Apr 12, 2005 at 03:54:39PM +0200, Stefan Slapeta wrote:
Pavol Droba wrote:
Hi all,
It seems, that there is a problem in the cw9.4 configuration.
BOOST_HAS_SLIST macro is defined, but no <slist> header is present.
Any idea what to do?
There is an header <slist>. However, the class slist is not in namespace std but in namespace Metrowerks!
I see, so what would be a good solution? Either BOOST_HAS_SLIST should not be defined or there should be some other macro, that will identify the slist namespace. Current situation is obiously broken. Pavol