lundi 19 février 2018

How to force use of shared_ptr of C++ and not C++11?

My program use a shared_ptr but it's not compiling when I use -std=c++11

I want to make my program compile without remove the c++11 by forcing the use of the old shared_ptr. How would I do that ?

Thanks

Aucun commentaire:

Enregistrer un commentaire