Opened 15 years ago
Closed 14 years ago
#1162 closed Bugs (fixed)
warning: ticks shadows a member of this
Reported by: | anonymous | Owned by: | az_sw_dude |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.34.1 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
posix_time_config.hpp, line 85/86:
ticks
is a member too.
solution: rename the constructor argument.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I may be paranoid but I like to compile with the g++ option -Wshadow and get no warnings!