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@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Aaron Griffin Sent: Thursday, September 29, 2005 10:29 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] MSVC v6 build fails in file boost\detail\shared_count.hpp
On 9/29/05, David Balazic
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@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users