summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/safe_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/safe_math.h')
-rw-r--r--deps/v8/src/base/safe_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/base/safe_math.h b/deps/v8/src/base/safe_math.h
index 62a2f723f2..700bc3387f 100644
--- a/deps/v8/src/base/safe_math.h
+++ b/deps/v8/src/base/safe_math.h
@@ -49,7 +49,7 @@ class CheckedNumeric {
public:
typedef T type;
- CheckedNumeric() {}
+ CheckedNumeric() = default;
// Copy constructor.
template <typename Src>