Boost logo

Boost Users :

From: David Balazic (david.balazic_at_[hidden])
Date: 2005-09-30 03:27:44


Correction.

MSVC6 builds OK without this change.

My project is compiled for win (msvc6) and winCE (evc4),
so the changes are, it seems, needed for the evc4 compiler.

I use STLport there anyway, so this issues might be
a ... non-issue :-)

Regards,
David

> -----Original Message-----
> From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of
> Aaron Griffin
> Sent: Thursday, September 29, 2005 10:29 PM
> To: boost-users_at_[hidden]
> Subject: Re: [Boost-users] MSVC v6 build fails in file
> boost\detail\shared_count.hpp
>
>
> On 9/29/05, David Balazic <david.balazic_at_[hidden]> wrote:
> > from :
> > void * get_deleter(std::type_info const & ti) const
> >
> > to
> > void * get_deleter(type_info const & ti) const
> >
> > I have Visual Studio c++ 6.0.
> >
> > Is this a known problem ?
> > Will it be pathced ?
>
> Well, it's been a while since I've used VS6, but if it does not
> support the std:: namespace, it does not support C++. It may be the
> compiler, in which case you should get a new one (mingw works well on
> Windows). It might just be your STL headers, in which case, I'd
> suggest replacing it with STLPort or something .... better.
>
> Aaron Griffin
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net