Page 1 of 1

C++ 11

Posted: Tue Jan 08, 2013 8:30 pm
by MtnViewJohn
I am thinking of using some C++11 features, but I don't want to leave anyone behind. What compiler are you using? I want to use unique_ptr, shared_ptr, and STL containers with move semantics. Range-based for and auto type would be nice if nobody is using gcc 4.4 or clang 2.9. Visual studio 2010 users will be out luck. The free visual studio 2012 express is all I use on Windows.

Re: C++ 11

Posted: Sat Jan 12, 2013 3:09 pm
by kipling
I have clang/gcc/xcode, so all is fine with me.
But normally I just download ContextFree.app.

Re: C++ 11

Posted: Sun Jan 13, 2013 9:27 am
by Monkstone
gcc version 4.7.2 variants on Ubuntu and Archlinux (64bit) 8)