ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_ostream.c
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   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>&  
   228 basic_ostream<_CharT, _Traits>&  _STLP_CALL
   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;