Opened 14 years ago

Closed 14 years ago

#2389 closed Patches (fixed)

[patch] fix gcc-4.3 warning in state_machine.hpp

Reported by: Bryan Silverthorn <bcs26@…> Owned by: Andreas Huber
Milestone: Boost 1.38.0 Component: statechart
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Using -Wall -Werror under gcc-4.3, compilation of state_machine.hpp fails with:

"

/usr/include/boost-1_36/boost/statechart/state_machine.hpp:551: error: suggest parentheses around && within

"

The attached patch against r49167 fixes this warning.

Attachments (1)

state_machine_warning_bcs.patch (707 bytes ) - added by Bryan Silverthorn <bcs26@…> 14 years ago.
patch against r49167

Download all attachments as: .zip

Change History (3)

by Bryan Silverthorn <bcs26@…>, 14 years ago

patch against r49167

comment:1 by Andreas Huber, 14 years ago

Milestone: To Be DeterminedBoost 1.38.0
Status: newassigned

comment:2 by Andreas Huber, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [49671]) Fixes #2389

Note: See TracTickets for help on using tickets.