Boost C++ Libraries: Ticket #6916: file_descriptor_sink is missing the definition for its templated open() function. https://svn.boost.org/trac10/ticket/6916 <p> file_descriptor_sink has a templated function to open based on any path type, but the function has no definition, resulting in linker errors if you try to call it. I have attached a patch that implements the function by calling open() with detail::path, the same as how file_descriptor and file_descriptor_source do it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6916 Trac 1.4.3 Aaron Barany <akb825@…> Thu, 17 May 2012 19:03:32 GMT attachment set https://svn.boost.org/trac10/ticket/6916 https://svn.boost.org/trac10/ticket/6916 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">file_descriptor.hpp.patch</span> </li> </ul> <p> Patch to provide the function definition. </p> Ticket