ros / roscpp_core

ros distribution sandbox
89 stars 116 forks source link

rostime: remove empty destructor of DurationBase #104

Closed cwecht closed 4 years ago

cwecht commented 5 years ago

This makes Duration and WallDuration trivially copyable. See also #82.

This conflicts with #87.

dirk-thomas commented 5 years ago

Removing the destructor would break ABI compatibility. Therefore this can only be considered for future distributions but can't be released into existing distributions.