| 43 | } |
| 44 | |
| 45 | SDR::Error::ScopedContext::ScopedContext(std::string&& str) |
| 46 | { |
| 47 | ContextStack.emplace_back(std::move(str)); |
| 48 | } |
| 49 | |
| 50 | SDR::Error::ScopedContext::~ScopedContext() |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected