Ticket #3133: std_va_list_qnx642.patch
File std_va_list_qnx642.patch, 378 bytes (added by , 13 years ago) |
---|
-
boost/serialization/factory.hpp
old new 24 24 #include <boost/preprocessor/facilities/empty.hpp> 25 25 26 26 namespace std{ 27 #if defined(__LIBCOMO__) 27 #if defined(__LIBCOMO__) || defined(__QNXNTO__) 28 28 using ::va_list; 29 29 #endif 30 30 } // namespace std