| 5708 | } |
| 5709 | |
| 5710 | Approx Approx::operator-() const { |
| 5711 | auto temp(*this); |
| 5712 | temp.m_value = -temp.m_value; |
| 5713 | return temp; |
| 5714 | } |
| 5715 | |
| 5716 | std::string Approx::toString() const { |
| 5717 | ReusableStringStream rss; |
nothing calls this directly
no outgoing calls
no test coverage detected