| 1855 | } |
| 1856 | |
| 1857 | virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE { |
| 1858 | dest = Catch::toString( m_truthy ); |
| 1859 | } |
| 1860 | |
| 1861 | private: |
| 1862 | template<Internal::Operator Op, typename RhsT> |
nothing calls this directly
no test coverage detected