Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/gn/err.cc

Issue 1728303003: tools/gn: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/err.h ('k') | tools/gn/label.h » ('j') | tools/gn/label.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/err.cc
diff --git a/tools/gn/err.cc b/tools/gn/err.cc
index 378fb7e5a8fd1c52f1dbd9242a76d9b97ef35cfc..56e93bd5e9646d617e3c6d1e36909c9db8183d46 100644
--- a/tools/gn/err.cc
+++ b/tools/gn/err.cc
@@ -144,6 +144,8 @@ Err::Err(const Value& value,
}
}
+Err::Err(const Err& other) = default;
+
Err::~Err() {
}
« no previous file with comments | « tools/gn/err.h ('k') | tools/gn/label.h » ('j') | tools/gn/label.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698