From ebc53f29c6defffc6251e69d99d0789593c34093 Mon Sep 17 00:00:00 2001 From: Hao Cheng Date: Thu, 11 Jun 2020 22:57:35 +0800 Subject: [PATCH] Fix the solution to Exercise 14.52 --- ch14/14.52.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ch14/14.52.cpp b/ch14/14.52.cpp index db2c85f..228ed67 100644 --- a/ch14/14.52.cpp +++ b/ch14/14.52.cpp @@ -47,7 +47,6 @@ int main() { ld = si + ld; // Error // candidate functions // all built-in operator+ - // LongDouble::operator+(const SmallInt&) // operator+(LongDouble&, double) // operator+(const SmallInt&, const SmallInt&) //