Ticket #3133: std_va_list_qnx642.patch

File std_va_list_qnx642.patch, 378 bytes (added by Christian Leutloff <christian.leutloff@…>, 13 years ago)

Alternative patch, single change only

  • boost/serialization/factory.hpp

    old new  
    2424#include <boost/preprocessor/facilities/empty.hpp>
    2525
    2626namespace std{
    27     #if defined(__LIBCOMO__)
     27    #if defined(__LIBCOMO__) || defined(__QNXNTO__)
    2828        using ::va_list;
    2929    #endif
    3030} // namespace std