diff options
author | John Hodge <tpg@mutabah.net> | 2018-10-03 21:03:27 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-10-03 21:03:27 +0800 |
commit | 8adb6f6acf4fd5d2ebf527d749cf77faaf889b65 (patch) | |
tree | 405f6b6e6844428c1d43d754701416dbe4b5bebb /src/ast/attrs.hpp | |
parent | e42b7877ac1f7c173d42600b220b1f50a143b9b4 (diff) | |
parent | bd3d69813cc54439fdc0db33943fa1254db3df06 (diff) | |
download | mrust-8adb6f6acf4fd5d2ebf527d749cf77faaf889b65.tar.gz |
Merge branch 'master' into nightly-1.29
Diffstat (limited to 'src/ast/attrs.hpp')
-rw-r--r-- | src/ast/attrs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/attrs.hpp b/src/ast/attrs.hpp index 860e75ee..a15b4175 100644 --- a/src/ast/attrs.hpp +++ b/src/ast/attrs.hpp @@ -114,7 +114,7 @@ public: ) ) } - Attribute& operator=(const Attribute&& ) = delete; + Attribute& operator=(const Attribute& ) = delete; Attribute(Attribute&& ) = default; Attribute& operator=(Attribute&& ) = default; Attribute clone() const; |