This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: problems with locale.cc
- To: Benjamin Kosnik <bkoz@cygnus.com>
- Subject: Re: problems with locale.cc
- From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
- Date: 14 Apr 1999 14:33:21 +0200
- Cc: libstdc++@sourceware.cygnus.com
- Organization: CMLA, ENS Cachan -- CNRS URA 1611 (France)
- References: <Pine.LNX.3.96.990413182741.7382A-100000@happy.cygnus.com>
Benjamin Kosnik <bkoz@cygnus.com> writes:
| ( Now that I think about this, maybe it would be better to have the
| classname::membername in the changelogs instead of just the membername. )
Ok. That seems to be a sensible way to go: we may have a member foo()
and a non-member foo().
[...]
| > Hmm. A good question. I would be in favor of just (functionY), because you
| > can usually tell from the context of the file what class you are talking
| > about. The additions to the GNU coding standard for C++ in particular are
| > in C++-STYLE, you might want to check this out, although it says nothing
| > about this specific issue.
|
| I'd go for foo::bar, since it guards against a file then containing two
| different classes that contain `bar'.
Exactly.
-- Gaby