X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FMoveWrapper.h;h=7d208e2653d26e9366bccd11a136ccf689c6cb8a;hp=0a01641f68d8259098498192c9fc2449b8bcaf33;hb=59f59178ba38bc793f809d21fc532e160ae5e34b;hpb=321542683a01c3f334047531e9b487f047129775 diff --git a/folly/MoveWrapper.h b/folly/MoveWrapper.h index 0a01641f..7d208e26 100644 --- a/folly/MoveWrapper.h +++ b/folly/MoveWrapper.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,4 +74,4 @@ MoveWrapper makeMoveWrapper(T&& t) { return MoveWrapper(std::forward(t)); } -} // namespace +} // namespace folly