Skip to content

Explicitly instantiate std::function objects defined as lambda expressions

GCC 4.8 (Ubuntu) is not able to infer std::function objects. Since gcc 4.8 is still supported by VTK, I would like to keep SMTK also 4.8-friendly. So this branch changes the few places where that syntax is used to instantiate those objects directly.

Merge request reports