Re: [boost] RC_1_30_0: gcc 2.96 boost/libs/python/test/opaque.cpp failure

2003-03-18 Thread Beman Dawes
At 09:48 AM 3/18/2003, David Abrahams wrote: >[EMAIL PROTECTED] writes: > >>> it seems to me that these aren't actually legal specializations >>> (though I've never specialized functions before so I could be wrong). >>> Shouldn't that be: >>> >>> template <> >>> inline type_info type_id(bo

RE: [boost] RC_1_30_0: gcc 2.96 boost/libs/python/test/opaque.cpp failure

2003-03-18 Thread Gottfried . Ganssauge
> I think we need to keep the argument for VC6 at least; the problem is > one that shows up at link time because VC6 seems to distinguish > function template instantiations only by the types of the arguments > and not the template parameters. If you amend the patch so that it > still uses the defa

RE: [boost] RC_1_30_0: gcc 2.96 boost/libs/python/test/opaque.cpp failure

2003-03-18 Thread Gottfried . Ganssauge
> "Ralf W. Grosse-Kunstleve" <[EMAIL PROTECTED]> writes: > > > There are gcc 2.96 (Redhat 7.3) compilation error for > > boost/libs/python/test/opaque.cpp: > > > > http://cci.lbl.gov/~rwgk/tmp/rc_1_30_0_opaque_fail.txt > > > > More recent gcc's don't seems to suffer from this problem. > > I am not

[boost] RC_1_30_0: gcc 2.96 boost/libs/python/test/opaque.cpp failure

2003-03-17 Thread Ralf W. Grosse-Kunstleve
There are gcc 2.96 (Redhat 7.3) compilation error for boost/libs/python/test/opaque.cpp: http://cci.lbl.gov/~rwgk/tmp/rc_1_30_0_opaque_fail.txt More recent gcc's don't seems to suffer from this problem. I am not sure this is important enough to delay the release any further. David? Ralf __