> 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


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to