| 7793 | } |
| 7794 | |
| 7795 | Approx Approx::operator-() const { |
| 7796 | auto temp(*this); |
| 7797 | temp.m_value = -temp.m_value; |
| 7798 | return temp; |
| 7799 | } |
| 7800 | |
| 7801 | std::string Approx::toString() const { |
| 7802 | ReusableStringStream rss; |
nothing calls this directly
no outgoing calls
no test coverage detected