| 25 | }; |
| 26 | |
| 27 | void assertion_failure::avoid_weak_vtable() {} |
| 28 | |
| 29 | // We use a separate function (rather than throw directly from FMT_ASSERT) to |
| 30 | // avoid GCC's -Wterminate warning when FMT_ASSERT is used in a destructor. |
nothing calls this directly
no outgoing calls
no test coverage detected