Skip to content

Fixed clang compilation error in VPClus

Sebastien Ponce requested to merge sponce_clangCompilationErrorFix into master

Due to the fact that clang is more strict than gcc on the usage of reference names as capture parameters for lambdas. It basically refuses their use, and is right in doing so, while gcc allows it.

Edited by Marco Cattaneo

Merge request reports