NVRTC and C++11

Hello,

In the documentation of NVRTC, C++11 seams to be supported by adding the option -std=c++11.

For my test, I added the line “using foo = int;” to one given example of NVRTC and the option “-std=c++11”.

The compilation works with NVCC but fails with NVRTC.

Did someone succeed to make NVRTC work with C++11 ?

Regards