Fix build with some GCC version: `global qualification of class name is invalid before '{' token`

This commit is contained in:
Mehdi Amini 2022-06-28 16:47:41 +00:00
parent b5b7e3adcd
commit 6901607822
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ DenseElementsAttr::ComplexIntElementIterator::operator*() const {
/// Custom storage to ensure proper memory alignment for the allocation of
/// DenseArray of any element type.
struct ::mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage {
struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage {
using KeyTy = std::tuple<ShapedType, DenseArrayBaseAttr::EltType,
::llvm::ArrayRef<char>>;
DenseArrayBaseAttrStorage(ShapedType type,