Test remove of lint message

This commit is contained in:
Michael Bell 2022-07-04 18:03:18 +01:00
parent 099c2a3d98
commit aeccaaa96c

View File

@ -46,7 +46,6 @@ template <storage::Ownership Ownership> class IntersectionBearingsContainer
IntersectionBearingsContainer &operator=(IntersectionBearingsContainer &&) = default;
IntersectionBearingsContainer &operator=(const IntersectionBearingsContainer &) = default;
// NOLINTNEXTLINE(performance-unnecessary-value-param)
IntersectionBearingsContainer(std::vector<BearingClassID> node_to_class_id,
const std::vector<util::guidance::BearingClass> &bearing_classes)
: node_to_class_id_(std::move(node_to_class_id))