summaryrefslogtreecommitdiff
path: root/third_party/base/numerics/safe_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/numerics/safe_math.h')
-rw-r--r--third_party/base/numerics/safe_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/numerics/safe_math.h b/third_party/base/numerics/safe_math.h
index 8574fdd595..f24ba024eb 100644
--- a/third_party/base/numerics/safe_math.h
+++ b/third_party/base/numerics/safe_math.h
@@ -100,7 +100,7 @@ class CheckedNumeric {
public:
using type = T;
- constexpr CheckedNumeric() {}
+ constexpr CheckedNumeric() = default;
// Copy constructor.
template <typename Src>