mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 08:42:15 +00:00
remove unneeded constructors (last round)
This commit is contained in:
parent
44ec259c4c
commit
bb26f219fe
37 changed files with 65 additions and 276 deletions
|
@ -85,7 +85,7 @@ namespace smt {
|
|||
m_data(nullptr) {
|
||||
}
|
||||
|
||||
watch_list(watch_list && other) : m_data(nullptr) {
|
||||
watch_list(watch_list && other) noexcept : m_data(nullptr) {
|
||||
std::swap(m_data, other.m_data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue