K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-01-13T18:23:39.226334Z K 7 svn:log V 838 textproc/libxml++26: unbreak build with libc++ 4.0 libxml++/io/istreamparserinputbuffer.cc:42:12: error: no viable conversion from returned value of type 'std::istream' (aka 'basic_istream') to function return type 'bool' return input_; ^~~~~~ libxml++/io/ostreamoutputbuffer.cc:32:12: error: no viable conversion from returned value of type 'std::ostream' (aka 'basic_ostream') to function return type 'bool' return output_; ^~~~~~~ libxml++/io/ostreamoutputbuffer.cc:39:12: error: no viable conversion from returned value of type 'std::ostream' (aka 'basic_ostream') to function return type 'bool' return output_; ^~~~~~~ PR: 216034 Regressed by: https://github.com/llvm-mirror/libcxx/commit/3a1b90a866b6 Submitted by: dim Approved by: portmgr blanket END