> The GNU libstdc++ introduced TR1 in version 4.0. The TR1 headers have been
> put into a subdirectory. Starting with version 4.3, the headers can be
> included as in C++11 and the symbols are in namespace std, but only if the
> language mode is set to C++0x or higher. The library version number is
> stored in __GLIBCXX__.

For an entirely different reason (missing atomic support) gcc 3.4 currently 
causes trouble, as in libuv is not building. There are also failures in SHA3 
which I can't explain, and which could also be related to atomic support. So 
my suggestion would be to also drop support for gcc 3.4, i.e. require 
gcc>=4.0. The last release of gcc 3.4 is from 2006, which is close to the 
timeframe of the MSVC versions we require.

Opinions?

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to