$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Miguel Silvestre (msilvestre_at_[hidden])
Date: 2007-01-18 11:28:04
Hi!
I'm tryingto compile and test the test_no_rtti for deriving pointers
of derived classes.
I'm getting a crash in the file dbgheap.c line 266 when the boost
tries to do this:
return dynamic_cast<T>(u);
on file smart_cast.hpp line 76.
I'm using VC-80 compiler. In the attach I send the file (a little bit
modified, since I'm looking for this to compile :S).
Any sugestion please????
-- Miguel Silvestre