Opened 9 years ago
Closed 9 years ago
#9037 closed Bugs (fixed)
[thread] gcc -Wshadow gives warnings in condition_variable{,_fwd}.hpp
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.55.0 | Component: | thread |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The conflicts appear to be between function parameter named wait_until and a function template of the same name. The attached patch renames the parameters to a_wait_until.
Attachments (1)
Change History (5)
by , 9 years ago
Attachment: | boost-1.54.0-thread-cond_variable_shadow.patch added |
---|
comment:1 by , 9 years ago
Component: | None → thread |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed revision [85603] on release branch.
Note:
See TracTickets
for help on using tickets.
A fix.