Skip to content

Commit

Permalink
SQUASH ME
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmaurice committed Jul 19, 2022
1 parent 7eb4a39 commit 3eb629b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct call_at_index<N, T>
if (N == index)
{
// AXIVION Next Construct AutosarC++19_03-A5.2.4 : Type safety ensured through template parameter
// NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast)
// NOLINTNEXTLINE (cppcoreguidelines-pro-type-reinterpret-cast)
reinterpret_cast<T*>(ptr)->~T();
}
else
Expand Down

0 comments on commit 3eb629b

Please sign in to comment.