$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-11-27 12:40:49
Joseph Gauterin <joseph.gauterin <at> googlemail.com> writes:
> > I disagree. It's not easy to recognise return type and arguments in your
code.
> What about this then:
>
> struct local
> {
> static int a(char c)
> {
> std::cout << c << '\n';
> return 1;
> }
Not much better to my taste. They are inside a nested scope.
-- Alexander