C++11 in Nsight Tegra

How to use C++11 features such as smart pointers in Nsight Tegra Visual studio?
I changed STL Type to the GNU libstdc++ Static, and include but there is only auto_pt. How can I use unique_ptr and shared_ptr ?

Hi PooyaEimandar,

You would need to add -std=c++11 to project properties → C/C++ → Command Line to make it work. We’ll add the property for that in the future.

Thanks alot Dmitry. ;)

You’re welcome! :)