#3093 closed Patches (fixed)
[patch] GCC Shadow errors in logic/tribool
| Reported by: | Owned by: | Douglas Gregor | |
|---|---|---|---|
| Milestone: | Boost 1.47.0 | Component: | logic | 
| Version: | Boost 1.39.0 | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
Simple one-liner renaming the argument for the construct, patch attached
Attachments (1)
Change History (4)
by , 13 years ago
| Attachment: | boost_tribool_shadow_errors-1.39.patch added | 
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Milestone: | Boost 1.40.0 → Boost 1.47.0 | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [53429]) Fix gcc -Wshadow warnings in tribool.
Fixes #3093. 1/2 of the patch provided by Dustin Spicuzza.