Removing test code from `first`
[folly.git] / folly / experimental / Gen-inl.h
index 2721a63983a7e304508073259c77052653a3cbb5..6473b25435425ee6f33fb54d665370f710469790 100644 (file)
@@ -1011,7 +1011,6 @@ class First : public Operator<First> {
            class Value,
            class StorageType = typename std::decay<Value>::type>
   StorageType compose(const GenImpl<Value, Source>& source) const {
-    static_assert(std::is_same<StorageType, int>::value, "wtf");
     Optional<StorageType> accum;
     source | [&](Value v) -> bool {
       accum = std::forward<Value>(v);