We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8495c commit ebe25d8Copy full SHA for ebe25d8
mlir/include/mlir/IR/DialectRegistry.h
@@ -145,6 +145,8 @@ class DialectRegistry {
145
explicit DialectRegistry();
146
DialectRegistry(const DialectRegistry &) = delete;
147
DialectRegistry &operator=(const DialectRegistry &other) = delete;
148
+ DialectRegistry(DialectRegistry &&) = default;
149
+ DialectRegistry &operator=(DialectRegistry &&other) = default;
150
151
template <typename ConcreteDialect>
152
void insert() {
0 commit comments