Opened 14 years ago
Closed 14 years ago
#2528 closed Patches (fixed)
Missing include of iostream in interprocess tests
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | interprocess |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: |
Description
Two regression tests fail on all platforms due to this. I guess <iostream> was brought in by some other include before.
Both tests pass for me after applying the patches.
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | doc_named_mutex.cpp.patch added |
---|
by , 14 years ago
Attachment: | managed_mapped_file_test.cpp.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in SVN.