forked from OSchip/llvm-project
Fix build with some GCC version: `global qualification of class name is invalid before '{' token`
This commit is contained in:
parent
b5b7e3adcd
commit
6901607822
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue