Boost logo

Boost :

Subject: Re: [boost] [signals2] Test failure in C++11 (trivial fix for incorrect usage of boost::optional)
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-02-25 23:10:20


On Wednesday 26 February 2014 11:58:52 Ben Pope wrote:
> On Wednesday, December 11, 2013 03:26 PM, Ben Pope wrote:
> > The trivial fix is to change the if statements at:
> > .../libs/signals2/test/signal_test.cpp:32:16:
> > .../libs/signals2/test/track_test.cpp:36:14:
> >
> > to if(!max) rather than if(max == false).
>
> Ping

You could create a pull request or Trac ticket so that it doesn't get lost.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk