Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marked debugging static as thread safe in KinematicConstrainedVertexu…
…pdatorT A static instance of a class which only has a std::atomic member data was being falsely accused of being thread unsafe by the static analyzer. Given the rare case this represents, it was easier to just mark the static as thread safe using our C++11 attribute.
- Loading branch information