Boost logo

Boost Users :

From: Aaron Griffin (aaronmgriffin_at_[hidden])
Date: 2005-09-29 15:28:48


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 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