2011/12/23 Mateusz Łoskot <[email protected]>: >> For now, the usual work-around is to build the project as C++. > > If a certain feature from C99 is not supported by Visual C++, > how it is supposed to be workaround?
Many C99 features were already supported by standard C++ and/or Visual C++-specific features: mixing declarations and code, snprintf, inline functions, more data types, etc -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) -- 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://www.cmake.org/mailman/listinfo/cmake
