Boost C++ Libraries: Ticket #9626: streams: ambiguous call to overloaded function when combining bufferstream and iostreams::filtering_streambuf https://svn.boost.org/trac10/ticket/9626 <p> 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?) </p> <p> Thank you, Edan Ayal </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9626 Trac 1.4.3 Edan Ayal <edanayal@…> Sun, 02 Feb 2014 08:13:55 GMT attachment set https://svn.boost.org/trac10/ticket/9626 https://svn.boost.org/trac10/ticket/9626 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mainForBoost.cpp</span> </li> </ul> Ticket Edan Ayal <edanayal@…> Sun, 02 Feb 2014 08:16:41 GMT summary changed https://svn.boost.org/trac10/ticket/9626#comment:1 https://svn.boost.org/trac10/ticket/9626#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">ambiguous call to overloaded function when combining interprocess::bufferstream and iostreams::filtering_streambuf</span> → <span class="trac-field-new">streams: ambiguous call to overloaded function when combining bufferstream and iostreams::filtering_streambuf</span> </li> </ul> Ticket