Commit 8034b69f authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Move folly/Launder.h

Summary: [Folly] Move `folly/Launder.h` to `folly/lang/`.

Reviewed By: luciang

Differential Revision: D6182882

fbshipit-source-id: 97e46bd4e4d6f212d8234209ee90a41e7850ecb9
parent f9b6d012
...@@ -313,7 +313,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -313,7 +313,7 @@ nobase_follyinclude_HEADERS = \
io/async/test/Util.h \ io/async/test/Util.h \
json.h \ json.h \
lang/Assume.h \ lang/Assume.h \
Launder.h \ lang/Launder.h \
Lazy.h \ Lazy.h \
LifoSem.h \ LifoSem.h \
Likely.h \ Likely.h \
......
...@@ -61,10 +61,10 @@ ...@@ -61,10 +61,10 @@
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include <folly/Launder.h>
#include <folly/Portability.h> #include <folly/Portability.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/Utility.h> #include <folly/Utility.h>
#include <folly/lang/Launder.h>
namespace folly { namespace folly {
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include <folly/Launder.h>
#include <folly/Portability.h> #include <folly/Portability.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/Utility.h> #include <folly/Utility.h>
#include <folly/lang/Launder.h>
/** /**
* An instance of `Replaceable<T>` wraps an instance of `T`. * An instance of `Replaceable<T>` wraps an instance of `T`.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/Launder.h> #include <folly/lang/Launder.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using namespace ::testing; using namespace ::testing;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment