c++ version supported by cuda 5.0

后端 未结 4 1655
遇见更好的自我
遇见更好的自我 2020-12-16 04:00

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

4条回答
  •  执笔经年
    2020-12-16 04:40

    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
    

提交回复
热议问题