Changes between Initial Version and Version 1 of Ticket #408, comment 7


Ignore:
Timestamp:
Jun 20, 2013, 9:37:31 PM (11 years ago)
Author:
Markus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #408, comment 7

    initial v1  
    88throw SomeException() << "Error: " << errno;
    99}}}
    10 I favor the latter as the compile knows best what type the variables (e.g. errno) has.
     10I favor the latter as the compile knows best what type the variables (e.g. errno) have.
    1111
    1212(Or none of them, the exception just takes one simple string.)