I can\'t find which version/which concepts of c++ is/are supported by CUDA 5.0. I could not find any information in the Programming Guide or Reference Guide delivered with t
It does not support gcc 4.7 so some of the c++11 features are not available:
- Non-static data member initializers - Template aliases :( - Delegating constructors - User-defined literals - Extended friend declarations - Explicit virtual overrides