$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (gregod_at_[hidden])
Date: 2001-02-25 11:09:59
On Sunday 25 February 2001 07:06, John Maddock wrote:
> >       Attached is a small documentation patch for the call_traits
>
> library. There
>
> >were a few missing typenames
>
> Fixed.
>
> >and a few places where "class" was used to
> >define a template type parameter.
>
> Nothing wrong with that.
Not syntactically, but it implies that only class types are allowed. A quick 
search for "C++ coding standards" reveals that I'm in the minority on this 
nitpick.
        Doug