Index: tools/gn/value.h |
diff --git a/tools/gn/value.h b/tools/gn/value.h |
index 0428818e5da0d44b950113d54df77672c4e83ba2..3ce0117ff6fe9320787eab22a9f03474d4f41be1 100644 |
--- a/tools/gn/value.h |
+++ b/tools/gn/value.h |
@@ -43,7 +43,7 @@ class Value { |
Value(const ParseNode* origin, std::unique_ptr<Scope> scope); |
Value(const Value& other); |
- Value(Value&& other); |
+ Value(Value&& other) noexcept; |
~Value(); |
Value& operator=(const Value& other); |