10 Apr
2019
10 Apr
'19
9:27 p.m.
AMDG On 4/10/19 2:45 PM, Russell West via Boost wrote:
<snip>
The last provided line of code does not compile with a no matching function for call to 'boost::iostreams::file_descriptor::file_descriptor(int&, file_descriptor_flags&)' error.
<snip>
The other constructor available is file_descriptor(handle_type fd, file_descriptor_flags); but I can not figure out how to generate a detail::file_handle from the available int file descriptor generated from above pipe command.
detail::file_handle is supposed to be int (for non-Windows).
Will it cause any issues enabling BOOST_IOSTREAMS_WINDOWS so the required constructor will be available?
It will probably cause a lot of problems. In Christ, Steven Watanabe