Boost logo

Boost :

From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2004-05-06 17:39:03


Thanks Alexander, fixed.

On May 4, 2004, at 4:18 PM, Alexander Nasonov wrote:

> Another bug sits in section 3.4, Compiler workarounds.
> This line contrudicts with dummy<0> and dummy<1> on next lines:
>
> template <class T> struct dummy { dummy(int) {} };
>
> and should be replated with
>
> template <int> struct dummy { dummy(int) {} };
>
> --
> Alexander Nasonov
> Independent Developer and Consultant
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk