Fixed clang compilation error in VPClus
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