Changeset 2662
- Timestamp:
- 08/03/2010 21:38:17 (2 years ago)
- File:
-
- 1 edited
-
box/RELEASE/0.11rc7/lib/common/Box.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/RELEASE/0.11rc7/lib/common/Box.h
r2661 r2662 116 116 #define THROW_EXCEPTION_MESSAGE(type, subtype, message) \ 117 117 { \ 118 std::ostringstream _box_throw_line; \ 119 _box_throw_line << message; \ 118 120 if(!HideExceptionMessageGuard::ExceptionsHidden()) \ 119 121 { \ … … 123 125 ") at " __FILE__ "(" << __LINE__ << ")") \ 124 126 } \ 125 throw type(type::subtype, message); \127 throw type(type::subtype, _box_throw_line.str()); \ 126 128 } 127 129
Note: See TracChangeset
for help on using the changeset viewer.
