Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2006-05-20 15:45:28


Good call - fixed

Robert Ramey

Kim Barrett wrote:
> The example portable binary archives (both directions) contain the
> following lines in their constructor bodies:
>
> if(0 != (flags & boost::archive::no_header)){
> this->archive_base_t::init(flags);
> // ... more stuff
> }
>
> The test on flags value should be "==" rather than "!=", i.e.
>
> if(0 == (flags & boost::archive::no_header)){
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


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