On 25 June 2014 16:56, Jim Graham <[email protected]> wrote: > I just upgraded to gcc 4.8.2 (port install gcc48) to get support for C++ > 2011 code, which I need for something I'm working on right now. However, > it still exits with the same errors as before the 2011 C++ was added. > How do I get this to work properly?
You need to use the flag: --std=c++11 _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
