Boost logo

Boost Users :

Subject: Re: [Boost-users] [1.52.0] Beta release candidates available
From: Lemay.Steve (Steve.Lemay_at_[hidden])
Date: 2012-10-09 17:59:24


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]

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Marshall Clow
Sent: Sunday, October 07, 2012 10:45 AM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] [1.52.0] Beta release candidates available

On Oct 5, 2012, at 2:17 PM, Lemay.Steve <Steve.Lemay_at_[hidden]> wrote:

> I would still like to see this very minor change make it in for QNX - I have to change it manually for each new release.
>
> :: boost\test\impl\execution_monitor.ipp - add to line 56 "|| defined (__QNXNTO__)" remove lines 61-66 as they are no longer necessary.

Let's get this onto trunk and watch the test results first.

Can you open a track ticket for this, please?

-- Marshall

>
>
> SGL
> steven.lemay_at_[hidden]
>
>
> -----Original Message-----
> From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Marshall Clow
> Sent: Thursday, October 04, 2012 5:59 PM
> To: Boost Developers List; boost-users_at_[hidden]
> Subject: [Boost-users] [1.52.0] Beta release candidates available
>
> Release candidate files for 1.52.0 beta 1 are available at http://boost.cowic.de/rc/
>
> As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
>
> This helps ensure the candidates build OK before we push them out to SourceForge.
>
> The files (and associated md5s) are:
> 61a852c923c7e27d84fd2e6336d787f2 *boost_1_52_0_beta1_rc1.tar.gz
> 956fb476326ee634225c683612493fdd *boost_1_52_0_beta1_rc1.tar.bz2
> 703663eca3122152031c5555e26845c0 *boost_1_52_0_beta1_rc1.zip
> b277b6f36ead9df9a0754c868956f30c *boost_1_52_0_beta1_rc1.7z
>
> Thanks,
>
> --The release managers
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

-- Marshall

Marshall Clow Idio Software <mailto:mclow.lists_at_[hidden]>

A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
        -- Yu Suzuki

_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users


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