| 267 | }; |
| 268 | |
| 269 | inline Context::Context (std::unique_ptr<Pimpl> p) : pimpl (std::move (p)) {} |
| 270 | inline Context::~Context() = default; |
| 271 | inline Context::Context (Context&&) = default; |
| 272 | inline Context& Context::operator= (Context&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected