Commit 27ff58f4 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Workaround for protected default constructor issue

Summary: Workaround for protected default constructor issue

Reviewed By: yfeldblum, mpark, luciang

Differential Revision: D31618662

fbshipit-source-id: f7e2d498f2da01971b4f67dd28897026f405c0fb
parent 07acbad2
......@@ -2447,6 +2447,7 @@ const T& operator|(const Optional<T>& opt, const Unwrap&) {
class ToVirtualGen : public Operator<ToVirtualGen> {
public:
using Operator<ToVirtualGen>::Operator;
template <
class Source,
class Generator = VirtualGenMoveOnly<typename Source::ValueType>>
......
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