[Boost-bugs] [Boost C++ Libraries] #6916: file_descriptor_sink is missing the definition for its templated open() function.

Subject: [Boost-bugs] [Boost C++ Libraries] #6916: file_descriptor_sink is missing the definition for its templated open() function.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-17 19:02:34


#6916: file_descriptor_sink is missing the definition for its templated open()
function.
---------------------------------------------+------------------------------
 Reporter: Aaron Barany <akb825@…> | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.49.0 | Severity: Problem
 Keywords: |
---------------------------------------------+------------------------------
 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.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6916>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC