mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 04:50:35 +08:00
Fixed possible ADL issue in the Array template
This commit is contained in:
@@ -148,7 +148,7 @@ private:
|
||||
{
|
||||
if (ArrayMode != ArrayModeDynamic)
|
||||
{
|
||||
fill(data_, data_ + MaxSize, U());
|
||||
::uavcan::fill(data_, data_ + MaxSize, U());
|
||||
}
|
||||
}
|
||||
template <typename> void initialize(...) { }
|
||||
|
||||
Reference in New Issue
Block a user