This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: porting to libstdc++-v3 (<iostream.h> etc.)
- To: Felix Natter <fnatter at gmx dot net>
- Subject: Re: porting to libstdc++-v3 (<iostream.h> etc.)
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Mon, 17 Apr 2000 09:49:36 -0700 (PDT)
- cc: libstdc++ at sourceware dot cygnus dot com
> Of course I'd like to integrate these changes into the official version, so
> I would appreciate any experience somebody may have:
> for example, how should I decide whether ncurses++ (or Gtk--) should
> be in std:: (and not just using ::std) ?
the only thing in std:: is the standard library.
Gtk-- is in Gtk::
> I am already working on converting ncurses++ (5.0) and Gtk-- (1.0.3).
> Maybe someone on this list could look into the unstable Gtk-- ?
> (I would have done it, but have not been able to find "libsigc++"..)
I've talked to Havoc a bit about some of the issues.
-Benjamin