-rw-r--r-- | noncore/unsupported/qpdf/fixed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/fixed.h b/noncore/unsupported/qpdf/fixed.h index e42aea0..d073421 100644 --- a/noncore/unsupported/qpdf/fixed.h +++ b/noncore/unsupported/qpdf/fixed.h | |||
@@ -181,4 +181,5 @@ template <unsigned int SH> inline fixed<SH> sqrt ( const fixed<SH> &f ) | |||
181 | } | 181 | } |
182 | 182 | ||
183 | #if 0 // no std::ostream needed in OPIE | ||
183 | template <unsigned int SH> inline std::ostream &operator << ( std::ostream &o, const fixed<SH> &f ) | 184 | template <unsigned int SH> inline std::ostream &operator << ( std::ostream &o, const fixed<SH> &f ) |
184 | { | 185 | { |
@@ -186,4 +187,5 @@ template <unsigned int SH> inline std::ostream &operator << ( std::ostream &o, c | |||
186 | return o; | 187 | return o; |
187 | } | 188 | } |
189 | #endif | ||
188 | 190 | ||
189 | #endif | 191 | #endif |