This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] New stream buffer for cin, cout etc.


On Fri, May 02, 2003 at 11:02:28AM -0500, Benjamin Kosnik wrote:
> 
> >If the names are in headers exposed to the user's program, they will need
> >to be uglified, e.g., __gnu_cxx::__basic_stdiobuf.
> 
> I thought this had already been discussed? Extensions are already
> guarded by the namespace itself. Extension classes in std are already
> guarded by the uglified class name.

I missed the discussion (URL?).  I was thinking of macros grabbing names
out from under us.  It's a moot point anyway; they're not exposed to the
user after all.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]