OSDN Git Service

2005-09-15 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Sep 2005 17:27:23 +0000 (17:27 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Sep 2005 17:27:23 +0000 (17:27 +0000)
commit22cbb21e653545a1891f33e34414ac46f3e5e813
tree98f62ab59a889a5d7e2c70f0f1025004dd906ddf
parent2e667208ae346457eb476e12776ae238e120c8cd
2005-09-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23875
* include/std/std_ostream.h (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
Don't call operator<<(long), operator<<(unsigned long), or
operator<<(double), do the work mandated by the resolution of DR117...
* include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
... here.
* testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104313 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/std/std_ostream.h
libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc [new file with mode: 0644]