Opened 9 years ago

Closed 9 years ago

#9037 closed Bugs (fixed)

[thread] gcc -Wshadow gives warnings in condition_variable{,_fwd}.hpp

Reported by: Petr Machata <pmachata@…> 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)

boost-1.54.0-thread-cond_variable_shadow.patch (4.4 KB ) - added by Petr Machata <pmachata@…> 9 years ago.
A fix.

Download all attachments as: .zip

Change History (5)

by Petr Machata <pmachata@…>, 9 years ago

A fix.

comment:1 by Petr Machata <pmachata@…>, 9 years ago

Component: Nonethread
Owner: set to Anthony Williams

comment:2 by viboes, 9 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:3 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.55.0

Committed revision [85463].

comment:4 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed

Committed revision [85603] on release branch.

Note: See TracTickets for help on using tickets.