diff --git a/src/core/include/mp-units/framework/quantity_spec.h b/src/core/include/mp-units/framework/quantity_spec.h index 4cf65f86..62128023 100644 --- a/src/core/include/mp-units/framework/quantity_spec.h +++ b/src/core/include/mp-units/framework/quantity_spec.h @@ -1081,6 +1081,7 @@ template return detail::convertible_named(from, to); else return detail::are_ingredients_convertible(from, to); + // NOLINTEND(bugprone-branch-clone) } template