id summary reporter owner description type status milestone component version severity resolution keywords cc 13054 Boost Process - rdbuf() in basic_ipstream/basic_opstream - implementation bug radoslaw.chm@… Ion Gaztañaga "boost/process/pipe.hpp : ///Get access to the underlying stream_buf basic_pipebuf* rdbuf() const {return _buf;}; my code: boost::process::opstream stream; stream.rdbuf(); compiler: /home/myname/boost/include/boost/process/pipe.hpp:341:57: error: cannot convert ‘const boost::process::basic_pipebuf’ to ‘boost::process::basic_pipebuf*’ in return basic_pipebuf* rdbuf() const {return _buf;}; ^ " Bugs new To Be Determined process Boost 1.64.0 Problem boost process bug daniel.kruegler@…