[patch, 1.34, regex, token] Gcc 4.3 warnings removed

In Gcc 4.3 there is a new warning that is on with -Wall that reports ambigous else. I had to apply this patch to 1.34 (I have not checked trunk) to get rid of the warnings. (This is only from the parts of boost that I actually use, so there might be more.) -- Lgb

"Lars Gullik Bjønnes" wrote:
In Gcc 4.3 there is a new warning that is on with -Wall that reports ambigous else.
I had to apply this patch to 1.34 (I have not checked trunk) to get rid of the warnings. (This is only from the parts of boost that I actually use, so there might be more.)
I've applied the regex patch, the tokenizer patch will have to wait for that lib's maintainer. John.

"John Maddock" <john@johnmaddock.co.uk> writes: | "Lars Gullik Bjønnes" wrote: | >> In Gcc 4.3 there is a new warning that is on with -Wall that reports | >> ambigous else. | >> | >> I had to apply this patch to 1.34 (I have not checked trunk) to get | >> rid of the warnings. (This is only from the parts of boost that I | >> actually use, so there might be more.) | | I've applied the regex patch, the tokenizer patch will have to wait for that | lib's maintainer. Right. I forgot to explain the change to regex. Was about CHAR_BIT and missing include of <climits> -- Lgb
participants (2)
-
John Maddock
-
larsbj@gullik.net