You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colour-valgrind fails to recognize a type with two operators, that's why it shows red error output below, because the code void*& is a type with two operators (* and &) but colour-valgrind only supports one operator.
Colour-valgrind
fails to recognize a type with two operators, that's why it shows red error output below, because the codevoid*&
is a type with two operators (*
and&
) butcolour-valgrind
only supports one operator.I'm sending a MR to fix it.
Please see error output:
Text version
The text was updated successfully, but these errors were encountered: