Re: [boost] BOOST_STATIC_CONSTANT problems on Borland

2003-01-01 Thread Terje Slettebø
>From: "Jaap Suter" <[EMAIL PROTECTED]> > Compiling the following code on Borland 5.6: > _ > > template < size_t N > struct widget {}; > > template < class T > > struct foo > { > BOOST_STATIC_CONSTANT( size_t, static_constant = 42 ); > typedef widget< static

[boost] BOOST_STATIC_CONSTANT problems on Borland

2003-01-01 Thread Jaap Suter
Hi, Compiling the following code on Borland 5.6: _ template < size_t N > struct widget {}; template < class T > struct foo { BOOST_STATIC_CONSTANT( size_t, static_constant = 42 ); typedef widget< static_constant > bar_1; size_t bar_2() { return static