Re: [boost] is_polymorphic question

2002-11-20 Thread John Maddock
> It has been reported to me that is_polymorphic gives > compile time error when T is const type and the compiler is g++. > > Is there a fix for this? It will be fixed in cvs shortly. Thanks for the report, John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm _

Re: [boost] is_polymorphic question

2002-11-19 Thread John Maddock
> It has been reported to me that is_polymorphic 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,

[boost] is_polymorphic question

2002-11-17 Thread Robert Ramey
It has been reported to me that is_polymorphic gives compile time error when T is const type and the compiler is g++. Is there a fix for this? Robert Ramey ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost