$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2002-11-19 07:52:19
> It has been reported to me that is_polymorphic<T> gives
> compile time error when T is const type and the compiler is g++.
>
> Is there a fix for this?
Yep, filter the type through remove_cv first, is_polymorphic should really
be doing this internally though, so I'll try and work up a fix.
Thanks,
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm