avoid two (out of three) gcc12 compiler warnings in PrLongLivedTracking
Merged
avoid two (out of three) gcc12 compiler warnings in PrLongLivedTracking
fix-gcc12-warnings
into
master
1 unresolved thread
1 unresolved thread
avoid moving temporary objects by creating them 'in situ' and removing if not OK instead of moving them to the right place when OK...
(aside: moving an object containing a boost::small_vector
is not really cheap and should be avoided if possible...)
Edited by Gerhard Raven
Merge request reports
Activity
added RTA label
mentioned in commit b7a96d91
I would say that the chance that this would turn out to be disruptive is 'very small' -- so I'd keep it as is, and only act if there is evidence that it doesn't quite do what I think it should do ;-)
Edited by Gerhard Raven
Please register or sign in to reply