Help with TBB "warning: definition of implicit copy ctor"

Hi all,

Could one of you C++ wizards help with some TBB-related clang warnings on cdash:

https://open.cdash.org/viewBuildError.php?type=1&buildid=6899833

Common/Core/vtkSMPToolsInternal.h:43:8: warning: definition of implicit copy constructor for 'FuncCall<vtk::detail::smp::vtkSMPTools_FunctorInternal<(anonymous namespace)::threadedCopyFunctor<char>, false> >' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated]
  void operator=(const FuncCall&) = delete;
       ^

I tried a few things, but alas it’s beyond my C++ skill level.

Thanks,

Sean

Is this still happening?

Seems not.

There is a pending MR that may address this…
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7765

AFAIK, the issue hasn’t show up again either. No idea what fixed it.