diff --git a/ostd/maybe.hh b/ostd/maybe.hh index a92142d..4b58108 100644 --- a/ostd/maybe.hh +++ b/ostd/maybe.hh @@ -116,7 +116,7 @@ public: constexpr explicit Maybe(InPlace, A &&...args): Base(in_place, forward(args)...) {} - template &, A...>::value>> constexpr explicit Maybe(InPlace, std::initializer_list il, A &&...args):