From 16e488f010e42436793619d918396f9453301d64 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 30 Apr 2002 14:52:52 +0000 Subject: - ostream is part of the std namespace --- (limited to 'noncore/unsupported') diff --git a/noncore/unsupported/qpdf/fixed.h b/noncore/unsupported/qpdf/fixed.h index c912954..e42aea0 100644 --- a/noncore/unsupported/qpdf/fixed.h +++ b/noncore/unsupported/qpdf/fixed.h @@ -180,7 +180,7 @@ template inline fixed sqrt ( const fixed &f ) return fixed ( a1, true ); } -template inline ostream &operator << ( ostream &o, const fixed &f ) +template inline std::ostream &operator << ( std::ostream &o, const fixed &f ) { o << double( f ); return o; -- cgit v0.9.0.2