mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
More LLVM warnings as errors kicking things in the mouth...
This commit is contained in:
parent
498ddf3866
commit
a121366a29
@ -41,7 +41,7 @@ struct ext_getset {
|
|||||||
}
|
}
|
||||||
ext_getset(ext_getset&&) = default;
|
ext_getset(ext_getset&&) = default;
|
||||||
ext_getset(const ext_getset&) = delete;
|
ext_getset(const ext_getset&) = delete;
|
||||||
ext_getset& operator=(ext_getset&&) = default;
|
ext_getset& operator=(ext_getset&&) = delete;
|
||||||
ext_getset& operator=(const ext_getset&) = delete;
|
ext_getset& operator=(const ext_getset&) = delete;
|
||||||
~ext_getset() {
|
~ext_getset() {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user