diff --git a/third_party/dawn/src/common/ityp_array.h b/third_party/dawn/src/common/ityp_array.h index 48e080fa5..d70d9e2da 100644 --- a/third_party/dawn/src/common/ityp_array.h +++ b/third_party/dawn/src/common/ityp_array.h @@ -27,7 +27,7 @@ namespace ityp { // indices must be a particular type |Index|. Dawn uses multiple flat maps of // index-->data, and this class helps ensure an indices cannot be passed interchangably // to a flat map of a different type. - template + template class array : private std::array { using I = UnderlyingType; using Base = std::array;