| 12015 | class OutputRedirect { |
| 12016 | public: |
| 12017 | OutputRedirect(OutputRedirect const&) = delete; |
| 12018 | OutputRedirect& operator=(OutputRedirect const&) = delete; |
| 12019 | OutputRedirect(OutputRedirect&&) = delete; |
| 12020 | OutputRedirect& operator=(OutputRedirect&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected