From e722023c793f759f5993825af4d7a6dbd9bd7842 Mon Sep 17 00:00:00 2001 From: Tom Jackson Date: Fri, 7 Dec 2012 14:32:25 -0800 Subject: [PATCH] Removing test code from `first` Summary: TSIA Test Plan: Unit tests Reviewed By: kedarb@fb.com FB internal diff: D652180 --- folly/experimental/Gen-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/folly/experimental/Gen-inl.h b/folly/experimental/Gen-inl.h index 2721a639..6473b254 100644 --- a/folly/experimental/Gen-inl.h +++ b/folly/experimental/Gen-inl.h @@ -1011,7 +1011,6 @@ class First : public Operator { class Value, class StorageType = typename std::decay::type> StorageType compose(const GenImpl& source) const { - static_assert(std::is_same::value, "wtf"); Optional accum; source | [&](Value v) -> bool { accum = std::forward(v); -- 2.34.1