Boost logo

Boost :

From: Larry Evans (jcampbell3_at_[hidden])
Date: 2001-07-06 21:32:28


David Abrahams wrote:

> ----- Original Message -----
> From: <williamkempf_at_[hidden]>
>

[SNIP]

>
> > So all definitions would follow the form:
> >
> > void foo(
> > bar b)
> > {
> > }
> >
> > I hope this wasn't the intended interpretation.
>
> I really don't know.
>

What about:

    void foo
      ( T1 p1
      , T2 p2
      ...
      , TN pN
      )
    {
     }
[SNIP]


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