This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog rc/Makefile.am rc/Makefi ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog rc/Makefile.am rc/Makefi ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 15 Feb 2000 20:02:14 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 00/02/15 12:02:14
Modified files:
. : ChangeLog
src : Makefile.am Makefile.in complex.cc
Log message:
2000-02-15 Petter Urkedal <petter@matfys.lth.se>
* src/complex.cc (operator<<, operator>>): Moved from here...
* src/complex_io.cc: ...to new file.
(operator>>): Stub replaced by the real thing.
* src/Makefile.am (sources): Inserted complex_io.cc.
* src/Makefile.in: Regenerate.
* testsuite/26_numerics/complex_inserters_extractors.cc: Check it.
Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/ChangeLog.diff?cvsroot=libstdc++&r1=1.422&r2=1.423
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/Makefile.am.diff?cvsroot=libstdc++&r1=1.71&r2=1.72
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/Makefile.in.diff?cvsroot=libstdc++&r1=1.82&r2=1.83
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/complex.cc.diff?cvsroot=libstdc++&r1=1.18&r2=1.19