Changeset 2603
- Timestamp:
- 07/02/2010 21:41:03 (2 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Box.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Box.h
r2544 r2603 120 120 OPTIONAL_DO_BACKTRACE \ 121 121 BOX_WARNING("Exception thrown: " \ 122 #type "(" #subtype ") (" message ") at "\123 __FILE__ "(" << __LINE__ << ")") \122 #type "(" #subtype ") (" << message << \ 123 ") at " __FILE__ "(" << __LINE__ << ")") \ 124 124 } \ 125 125 throw type(type::subtype, message); \
Note: See TracChangeset
for help on using the changeset viewer.
