Opened 14 years ago
Closed 14 years ago
#2388 closed Patches (fixed)
[patch] fix gcc-4.3 warning in tuple_comparison.hpp
Reported by: | 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:
"
"
The attached patch against r49167 fixes this warning.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | tuple_comparison_warning_bcs.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch against r49167