Changes between Initial Version and Version 1 of Ticket #7493


Ignore:
Timestamp:
Oct 10, 2012, 10:44:44 PM (10 years ago)
Author:
viboes
Comment:

It is enough to do the explicit conversion

          typename std::basic_ostream<CharT, Traits>::sentry opfx(os);
          if (bool(opfx))
          {

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7493

    • Property Status newassigned
  • Ticket #7493 – Description

    initial v1  
    44{{{
    55          typename std::basic_ostream<CharT, Traits>::sentry opfx(os);
    6           if (bool(opfx))
     6          if (opfx)
    77          {
    88}}}