Opened 15 years ago
Closed 14 years ago
#1813 closed Bugs (fixed)
Signed/Unsigned warning in win32/condition_variable
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
This is no longer relevant due to the changes in condition variable