@b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe if Allocator::deallocate is async signal safe.
| 214 | /// |
| 215 | /// @b Async-Handler-Safety: \asyncsafe if Allocator::deallocate is async signal safe. |
| 216 | ~basic_stacktrace() noexcept = default; |
| 217 | #endif |
| 218 | |
| 219 | #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) |
nothing calls this directly
no outgoing calls
no test coverage detected