-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
Description
I tried to avoid using C++11 because ImGui and SFML don't use it and I didn't want to introduce new dependencies.
But I've noticed lately that I used nullptr and there were no complaints about that. So, what if I moderately use C++11 from now on? Here's some stuff I want to use (all of it is supported in VS 2010+ and in old GCC and Clang versions):
autonullptrunique_ptr
DasNaCl, Eyenseo, Lectem, dabbertorres, klemen-forstneric and 6 moreocornut