Opened 13 years ago
Closed 13 years ago
#3145 closed Bugs (fixed)
[interprocess] condition_test regression test failure
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | interprocess |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The condition_test test is failing on a bunch of platforms on both trunk and release due to cout being undefined. e.g.
adding an #include <iostream> to condition_test_template.hpp allows the test to pass.
Note:
See TracTickets
for help on using tickets.
Fixed at revision: 53719