C++ 11

Here you can discuss and share functionality improvements and helper programs to make Context Free better.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

C++ 11

Post 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.

User avatar
kipling
Posts: 91
Joined: Wed Jun 18, 2008 2:36 am

Re: C++ 11

Post by kipling »

I have clang/gcc/xcode, so all is fine with me.
But normally I just download ContextFree.app.

User avatar
Monkstone
Posts: 13
Joined: Fri Jul 03, 2009 10:40 pm
Location: Pembrokeshire, UK
Contact:

Re: C++ 11

Post by Monkstone »

gcc version 4.7.2 variants on Ubuntu and Archlinux (64bit) 8)

Post Reply