Dear Rcpp developers,<div><br></div><div>After an upgrade to Rcpp 0.10.2 I've got an error "pairlist undefined" during the compilation of my Rcpp-using C++ library</div><div>(actual gcc 4.7 output is hundreds lines long, so I skip it ) in the constructions like this:</div>
<div><br></div><div><div>Rcpp::DataFrame::create(</div><div> Rcpp::Named( R_COLUMN_OBJECT, objectIds ),</div><div> Rcpp::Named( R_COLUMN_COMPONENT_INDEX, compIxs ),</div><div> Rcpp::Named( R_STRINGS_AS_FACTORS, false )</div>
<div> )</div></div><div><br></div><div>whereas with the older versions (including 0.10) it was ok.</div><div>I figured that pairlist is defined in Rcpp/grow.h.</div><div>When I include this header before <Rcpp/DataFrame.h>, the problem goes away.</div>
<div><br></div><div>WBR,</div><div> Alexey</div><div><br></div><div><br></div>