You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A constexpr variable may be of class type, so inheriting from integral_constant would not provide a value in the manner described (since non-type template parameters of class type are rather newer than C++14).
The text was updated successfully, but these errors were encountered:
I agree with David: it looks like a design issue to me; not part of the wording review but an issue that needs to be handled post-publication. Tracking this as a Github issue is fine for me.
A
constexpr
variable may be of class type, so inheriting fromintegral_constant
would not provide avalue
in the manner described (since non-type template parameters of class type are rather newer than C++14).The text was updated successfully, but these errors were encountered: