| 1 | #ifndef BANDIT_ADAPTER_H |
|---|---|
| 2 | #define BANDIT_ADAPTER_H |
| 3 | |
| 4 | #include <bandit/types.h> |
| 5 | |
| 6 | namespace bandit { |
| 7 | namespace adapters { |
| 8 | struct assertion_adapter { |
| 9 | virtual void adapt_exceptions(detail::voidfunc_t) = 0; |
| 10 | }; |
| 11 | } |
| 12 | } |
| 13 | #endif |
| 14 |
| 1 | #ifndef BANDIT_ADAPTER_H |
|---|---|
| 2 | #define BANDIT_ADAPTER_H |
| 3 | |
| 4 | #include <bandit/types.h> |
| 5 | |
| 6 | namespace bandit { |
| 7 | namespace adapters { |
| 8 | struct assertion_adapter { |
| 9 | virtual void adapt_exceptions(detail::voidfunc_t) = 0; |
| 10 | }; |
| 11 | } |
| 12 | } |
| 13 | #endif |
| 14 |