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.
2 parents d767b25 + 5d85177 commit b9a0861Copy full SHA for b9a0861
include/swift/Basic/TreeScopedHashTable.h
@@ -150,10 +150,8 @@ class TreeScopedHashTableDetachedScope {
150
const ImplTy *getImpl() { return DetachedImpl; }
151
152
public:
153
- TreeScopedHashTableDetachedScope &operator=(
154
- const TreeScopedHashTableDetachedScope &) = default;
155
156
- TreeScopedHashTableDetachedScope &&) = default;
+ TreeScopedHashTableDetachedScope &
+ operator=(TreeScopedHashTableDetachedScope &&) = default;
157
158
TreeScopedHashTableDetachedScope() : DetachedImpl(0) {}
159
0 commit comments