$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] static in_class constants
From: Christian Henning (chhenning_at_[hidden])
Date: 2010-03-15 11:06:54
Hi Mateusz,
>
> I have question of different nature, why the names are
> prefixed with underscore? Does it denote they are private,
> as implementation detail, shouldn't be used as part of public
> interface, any other purpose?
>
It's my coding style to have members ( public, protected, private )
marked with an underscore. I believe it enhances readability. But that
might be just me.
Regards,
Christian