Opened 12 years ago
Closed 12 years ago
#4952 closed Patches (fixed)
Shadowing warnings on parameter and local variable names in boost/date_time/time_facet.hpp
| Reported by: | Owned by: | az_sw_dude | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | date_time | 
| Version: | Boost 1.44.0 | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
time_facet.hpp has numerous shadowing warnings with GCC 4.3.0 on Mac OS 10.6.4. The attached patch resolves the warnings.
Attachments (1)
Change History (4)
by , 12 years ago
| Attachment: | time_facet.hpp.diff added | 
|---|
comment:1 by , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
The new parameter names look odd (I use leading underscores for formal parameter names versus your use of a trailing "_arg"), but I otherwise see nothing wrong with the patch.