On Fri, 14 Feb 2014 17:47:00 -0500, Ben Boeckel said: >> Same in 10.7 and 10.8, and any OS really, since C++ ABIs are not super >> stable. > >Hmm? The only one I know of recently is 4.7.0 and 4.7.1 breaking >std::string ABI with C++11 support enabled (4.7.2 fixed it to be >compatible with < 4.7.0 and I'd, personally, blacklist those two >versions if you use C++11).
What I mean is that with C++, and STL especially, it's hard to build a library with a given compiler/standard library combination and link that library into an executable built with a different compiler/standard library combination. (Harder than with say C.) That's the case on any platform. I was only trying to point out that 10.9 Mavericks is not special in this regard. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
