Boost logo

Boost Users :

Subject: Re: [Boost-users] [1.52.0] Beta release candidates available
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-10-10 01:45:36


Le 09/10/12 23:59, Lemay.Steve a écrit :
> A ticket for this change was opened up against boost 1.50. This is extremely minor and actual unifies the conditional support already being provided. The "using std::va_list" is necessary for QNXNTO as well.
>
>
> // to use vsnprintf
> #if defined(__SUNPRO_CC) || defined(__SunOS) || defined (__QNXNTO__)
> # include <stdio.h>
> # include <stdarg.h>
> using std::va_list;
> #endif
>
> // to use vsnprintf
> //#if defined(__QNXNTO__)
> //# include <stdio.h>
> //#endif
>
> SGL
> steven.lemay_at_[hidden]
>
>
Please, don't top post in this ML.

Could you give the ticket number?

Best,
Vicente


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net