Boost logo

Boost :

Subject: Re: [boost] [1.41.0] [spirit] [serialisation] Beta 1 releasecandidate
From: John Maddock (john_at_[hidden])
Date: 2009-11-04 05:37:18


More strict aliasing warnings, this time from spirit:

./boost/spirit/home/classic/core/scanner/scanner.hpp:132: warning:
dereferencing pointer 'val' does break strict-aliasing rules

Again, this is normally a bug once optimizations are turned on.

There are also a lot of warnings from Serialization relating to use of
deprecated spirit headers - is there a #define that can be set to suppress
these - or a better fix? We don't really want to see them in the library
build IMO:

./boost/spirit/core/non_terminal/rule.hpp:18:4: warning: #warning "This
header is deprecated. Please use: boost/spirit/include/classic_rule.hpp"

etc.

Cheers, John.


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