| 19 | |
| 20 | class frame; |
| 21 | template <class Allocator = std::allocator<frame> > class basic_stacktrace; |
| 22 | typedef basic_stacktrace<> stacktrace; |
| 23 | |
| 24 | }} // namespace boost::stacktrace |
nothing calls this directly
no outgoing calls
no test coverage detected