-
Enhancement
-
Resolution: Unresolved
-
P4
-
16
Add variable templates to the list of permitted features, to allow things like
template<typename T...>
constexpr bool ConjunctionV = Conjunction<T...>::value;
Add ConjunctionV, DisjunctionV, NegationV.
template<typename T...>
constexpr bool ConjunctionV = Conjunction<T...>::value;
Add ConjunctionV, DisjunctionV, NegationV.