Hi, ----- On 17 May, 2016, at 11:43, René J.V. Bertin [email protected] wrote:
> I'm seeing what seem to be rave reviews about GCC 6, and also that there's a > port for it. > > I guess the situation with libstdc++ vs. libc++ hasn't changed, or has someone > managed to get GCC to use libc++ (like clang uses libstdc++ on Linux)? There is a way to call g++ so that it uses libc++. That's not the same level of integration you get with clang++ -stdlib=libstdc++, though. See http://stackoverflow.com/questions/22228208/using-g-with-libc. You may want to work with upstream to improve on this. -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
