Commit 875dfcec by Ulrich Drepper Committed by Ulrich Drepper

(operator<<): Correct type of numeric argument.

From-SVN: r18403
parent 89a5e42b
1998-03-04 12:37 Ulrich Drepper <drepper@cygnus.com>
* cinst.cc [INSERT] (operator<<): Correct type of numeric argument.
Fri Feb 6 01:36:21 1998 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (piclist): Check value of enable_shared, not PICFLAG.
......
......@@ -151,5 +151,5 @@ template c sqrt (ccr);
template istream& operator>> (istream&, complex<f>&);
#endif
#ifdef INSERT
template ostream& operator<< (ostream&, complex<f>);
template ostream& operator<< (ostream&, const complex<f>&);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment