std_complex.h (operator<<(basic_ostream&, const complex&)): Prefer 'x' to "x" for...
authorWolfgang Bangerth <bangerth@ticam.utexas.edu>
Mon, 25 Nov 2002 19:01:55 +0000 (19:01 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 25 Nov 2002 19:01:55 +0000 (19:01 +0000)
commitf815521c75452a0fa9e36f0b5980a5b959f5e4c3
tree2709b0cda22b3e6c8932bb6aa1d790b5874fc066
parent5dafd2823100abb3f8b3b43dd4e0af5c81951539
std_complex.h (operator<<(basic_ostream&, const complex&)): Prefer 'x' to "x" for efficiency sake.

2002-11-25  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>

* include/std/std_complex.h
(operator<<(basic_ostream&, const complex&)): Prefer 'x'
to "x" for efficiency sake.
* src/locale.cc (locale::locale(const char*)): Ditto.

From-SVN: r59465
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_complex.h
libstdc++-v3/src/locale.cc