$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-09-02 04:55:55
> I was wondering if boost has any portable way for detecting whether
> RTTI is enabled? (For instance a macro expanding to _CPPRTTI in
> Visual Studio). If there is, I have not been able to find it.
No, we don't have a macro for that; BTW I think the Visual C++ is about the
only compiler that doesn't enable it by default :-(
John.