1234567891011121314151617181920212223242526 |
- #ifndef UUID_DC4208C6417811DEBF11E1EC55D89593
- #define UUID_DC4208C6417811DEBF11E1EC55D89593
- namespace
- boost
- {
- namespace
- exception_detail
- {
- class
- exception_ptr_base
- {
- public:
- virtual void _rethrow() const=0;
- virtual bool _empty() const=0;
- };
- }
- }
- #endif
|