$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavol Droba (droba_at_[hidden])
Date: 2005-04-12 09:33:43
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.
> >
> >See:
> >http://tinyurl.com/3rv9h
> >
> >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