$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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]