id summary reporter owner description type status milestone component version severity resolution keywords cc 3133 std::va_list namespace problem talanchor@… Robert Ramey "On QNX Neutrino 6.3.2 boost.serialization fails to compile because va_list is not in std namespace. Problem occurs in the following files: boost/boost/serialization/extended_type_info_typeid.hpp boost/boost/serialization/factory.hpp boost/boost/serialization/extended_type_info_no_rtti.hpp One way to fix this is to include stdarg.h instead of cstdarg and use va_list instead of std::va_list " Bugs closed To Be Determined serialization Boost 1.42.0 Problem fixed gcc 3.3.5 on qnx 6.3.2 christian.leutloff@…