>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
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