diff options
Diffstat (limited to 'third_party/base/optional.h')
-rw-r--r-- | third_party/base/optional.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/optional.h b/third_party/base/optional.h index 4cf91e9b2b..ae25724e73 100644 --- a/third_party/base/optional.h +++ b/third_party/base/optional.h @@ -120,7 +120,7 @@ class Optional { public: using value_type = T; - constexpr Optional() {} + constexpr Optional() = default; constexpr Optional(nullopt_t) {} |