Opened 9 years ago
Last modified 9 years ago
#9626 new Bugs
streams: ambiguous call to overloaded function when combining bufferstream and iostreams::filtering_streambuf
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.55.0 | Severity: | Regression |
Keywords: | Cc: |
Description
Hi, I'm using interprocess::bufferstream, interprocess::basic_vectorstream and iostreams::filtering_streambuf to compress/decompress bzip2. The attached code compiles and works fine in 54, but fails to compile in 55. I've looked inside bufferstream.hpp and saw major changes (like multiple inheritance - which probably caused the problem). (BTW, I couldn't find the description of these changes in the 55 release notes. Where can I find it?)
Thank you, Edan Ayal
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | mainForBoost.cpp added |
---|
comment:1 by , 9 years ago
Summary: | ambiguous call to overloaded function when combining interprocess::bufferstream and iostreams::filtering_streambuf → streams: ambiguous call to overloaded function when combining bufferstream and iostreams::filtering_streambuf |
---|
Note:
See TracTickets
for help on using tickets.