| 11871 | class OutputRedirect { |
| 11872 | public: |
| 11873 | OutputRedirect(OutputRedirect const&) = delete; |
| 11874 | OutputRedirect& operator=(OutputRedirect const&) = delete; |
| 11875 | OutputRedirect(OutputRedirect&&) = delete; |
| 11876 | OutputRedirect& operator=(OutputRedirect&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected