mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-15 11:33:54 +00:00
Remove extraneous semicolon after destructor definition
Style fix: remove trailing semicolon after ~call_once_storage() destructor body.
This commit is contained in:
@@ -148,7 +148,7 @@ struct call_once_storage : call_once_storage_base {
|
||||
reinterpret_cast<T *>(storage)->~T();
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
call_once_storage(const call_once_storage &) = delete;
|
||||
call_once_storage(call_once_storage &&) = delete;
|
||||
call_once_storage &operator=(const call_once_storage &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user