<span style>Dear Rcpp developers,</span><div style><br></div><div style>ATM to define the Rcpp::Rostream I have to fix the iostream/Rostream.h header directly and add</div><div style><br></div><div style>#include "Rstreambuf.h"</div>
<div style><br></div><div style>before its declarations.</div><div style><br></div><div style>Including "Rstreambuf.h" in my source file before "Rstreambuf.h" doesn't help,</div><div style>it seems the headers are processed in a way that Rostream declaration comes before Rstreambuf</div>
<div style>(due to RcppCommon.h that is included by Rstreambuf.h and not by Rostream.h).</div><div style><br></div><div style>Is it possible to fix Rostream.h in the mainline or there's another proper way to include it?</div>
<div style><br></div><div style>Thank you,</div><div style>   Alexey</div>