Changes between Initial Version and Version 1 of Ticket #7493
- Timestamp:
- Oct 10, 2012, 10:44:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7493
- Property Status new → assigned
-
Ticket #7493 – Description
initial v1 4 4 {{{ 5 5 typename std::basic_ostream<CharT, Traits>::sentry opfx(os); 6 if ( bool(opfx))6 if (opfx) 7 7 { 8 8 }}}