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
Browse filesBrowse the repository at this point in the historyBrowse files
sakirr
committed
clang-tidy: remove invalid override from Boost visitor callbacks
Boost graph visitors use non-virtual template callbacks, so `override`
is not valid on these member functions. Remove `override` where the
base class does not declare virtual methods.
Fixes#3045
0 commit comments