29 Sep
2005
29 Sep
'05
8:28 p.m.
On 9/29/05, David Balazic
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