mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 02:10:34 +08:00
clang-tidy modernize-use-equals-delete
This commit is contained in:
committed by
Lorenz Meier
parent
4e32cb17df
commit
da5a9043a7
@@ -230,8 +230,8 @@ private:
|
||||
virtual void _measure();
|
||||
|
||||
/* this class does not allow copying due to ptr data members */
|
||||
ACCELSIM_mag(const ACCELSIM_mag &);
|
||||
ACCELSIM_mag operator=(const ACCELSIM_mag &);
|
||||
ACCELSIM_mag(const ACCELSIM_mag &) = delete;
|
||||
ACCELSIM_mag operator=(const ACCELSIM_mag &) = delete;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user