Opened 15 years ago

Closed 14 years ago

#1813 closed Bugs (fixed)

Signed/Unsigned warning in win32/condition_variable

Reported by: Anteru@… Owned by: Anthony Williams
Milestone: Boost 1.36.0 Component: thread
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

Tested with VC9: condition_variable triggers "warning C4018: '<=' : signed/unsigned mismatch" at line 263: if(waiting_count<=total_count)

Revision used: r44150

Change History (1)

comment:1 by Anthony Williams, 14 years ago

Resolution: fixed
Status: newclosed

This is no longer relevant due to the changes in condition variable

Note: See TracTickets for help on using tickets.