Maybe<T&> can be constexpr
Maybe<T> has a non-trivial destructor, but there's no point making it constexpr, but Maybe<T&> can be.
Showing
Please
register
or
sign in
to comment
Maybe<T> has a non-trivial destructor, but there's no point making it constexpr, but Maybe<T&> can be.