> Hi! > > I'm going to write FinCXX11.cmake that will do the following: > * find compiler flags that enable C++11 functionality, and store them in > CXX11_CXX_FLAGS; > * declare a component for some (each?) new language feature, and test it > using check_cxx_source_compiles(). > > I have a few questions: > - for each of supported compilers other than gcc and clang, which flags > should I check? > - for each new language feature, do you have a minimal code example that > check if this feature is available?
I already have such a macro (for the feature tests, not the compiler flag) on my disk. I'll can send you the patches tonight. An older version of the patch can be found in http://www.mail-archive.com/[email protected]/msg35421.html Eike -- 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
