Synopsis - Issue Tracker

Message330

Author stefan
Recipients dave, stefan
Date 2004-12-02.19:48:29
Content
It's due to the anonymous namespace.

I believe this is because the typical use case for
anonymous namespaces is to serve as a scope confined to the file it is used in. Note that this 
is typically not a header, so the name of the file 
it is defined in is the name of the compilation 
unit.
I agree that in this case this reasoning doesn't
apply. Do you have any suggestion as to how to
name it ?
History
Date User Action Args
2004-12-02 19:48:30stefansetmessageid: <1102016909.44.0.865957801668.bug32@synopsis.fresco.org>
2004-12-02 19:48:30stefansetrecipients: + stefan, dave
2004-12-02 19:48:30stefanlinkbug32 messages
2004-12-02 19:48:30stefancreate