commit | e1118bcb2dbb64e90ac5671f7978d4748d0a5e3b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 19 07:32:48 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jun 19 07:36:01 2019 -0700 |
tree | 4ec8ba005c0db5ac9af4f1f4d0b143b2c7a6d189 | |
parent | 237545f8641cec635d278c9b5d25a15ff95b9073 [diff] [blame] |
fixup pessimizing-moves Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6aae545ea5db12f217c3debf6231aa3df071cb7a
diff --git a/main.cpp b/main.cpp index 09a9713..c857a6a 100644 --- a/main.cpp +++ b/main.cpp
@@ -124,5 +124,5 @@ return nullptr; } - return std::move(handler); + return handler; }