ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_ostream.c
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   223 }
   223 }
   224 
   224 
   225 // Helper function for numeric output.
   225 // Helper function for numeric output.
   226 
   226 
   227 template <class _CharT, class _Traits, class _Number>
   227 template <class _CharT, class _Traits, class _Number>
   228 basic_ostream<_CharT, _Traits>&  _STLP_CALL
   228 basic_ostream<_CharT, _Traits>&  
   229 _M_put_num(basic_ostream<_CharT, _Traits>& __os, _Number __x)
   229 _M_put_num(basic_ostream<_CharT, _Traits>& __os, _Number __x)
   230 {
   230 {
   231   typedef typename basic_ostream<_CharT, _Traits>::sentry _Sentry;
   231   typedef typename basic_ostream<_CharT, _Traits>::sentry _Sentry;
   232   _Sentry __sentry(__os);
   232   _Sentry __sentry(__os);
   233   bool __failed = true;
   233   bool __failed = true;