Opened 14 years ago

Closed 14 years ago

#2388 closed Patches (fixed)

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

Reported by: Bryan Silverthorn <bcs26@…> Owned by: Joel de Guzman
Milestone: To Be Determined Component: tuple
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

With -Wall -Werror, compilation of tuple_comparison.hpp fails with:

"

/usr/include/boost-1_36/boost/tuple/tuple_comparison.hpp:73: error: suggest parentheses around && within

"

The attached patch against r49167 fixes this warning.

Attachments (1)

tuple_comparison_warning_bcs.patch (1.1 KB ) - added by Bryan Silverthorn <bcs26@…> 14 years ago.
patch against r49167

Download all attachments as: .zip

Change History (2)

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

patch against r49167

comment:1 by Steven Watanabe, 14 years ago

Resolution: fixed
Status: newclosed

(In [51449]) Supress gcc warning. Fixes #2388

Note: See TracTickets for help on using tickets.