Skip to content
Snippets Groups Projects
Commit 14e996fe authored by Robert Maynard's avatar Robert Maynard
Browse files

Correct C++14 patterns in vtkGenerateGlobalIds

In C++11 the return type of a lambda can be only inferred if the
lambda is a single statement with an explicit `return`. So for
functions that have no return, we have to explicit state that
they don't have a return.
parent a89637aa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment