Boost C++ Libraries: Ticket #869: [iostreams] patch for building by BBv2 https://svn.boost.org/trac10/ticket/869 <pre class="wiki">Hello, I'm testing Boost.Iostreams library for 1.34. Then I found that the libraries built by BBv2 don't contain some classes. This problem occurs because the sources of the "lib boost_iostreams" don't contain the following files except zlib.cpp and bzip2.cpp: file_descriptor.cpp mapped_file.cpp These files were contained in the sources for 1.33.1 (BBv1). So I think that it's a simple mistake. The attachment is the patch for this problem. Regards, Takeshi Mouri </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/869 Trac 1.4.3 Daryle Walker Fri, 03 Aug 2007 12:28:53 GMT component changed; severity set https://svn.boost.org/trac10/ticket/869#comment:1 https://svn.boost.org/trac10/ticket/869#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">iostreams</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Jonathan Turkanis Sun, 30 Dec 2007 05:20:15 GMT status, resolution changed https://svn.boost.org/trac10/ticket/869#comment:2 https://svn.boost.org/trac10/ticket/869#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/37396" title="Add file_descriptor.cpp and mapped_file.cpp to the list of compiled ...">[37396]</a> </p> Ticket