-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 16
-
Component/s: hotspot
-
b16
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.
- links to
-
Commit(master)
openjdk/jdk/0fbae805
-
Review(master)
openjdk/jdk/27240