<div style="font-family:arial,helvetica,sans-serif;font-size:10pt">In the Rcpp 0.10.0, inst/include/Rcpp/sugar/logical/SingleLogicalResult.h there is the code:<div><br></div><div><div>template <bool x></div><div>
class conversion_to_bool_is_forbidden : </div><div><span class="" style="white-space:pre">       </span>conversion_to_bool_is_forbidden<x>{</div></div><div><br></div><div>Which obviously can't be instantiated.</div><div>

<br></div><div>Presumably the code should be:</div><div><br></div><div><div>template <bool x></div><div>class conversion_to_bool_is_forbidden : </div><div><span class="" style="white-space:pre">       forbidden_conversion</span><x>{</div>

</div><div><br></div><div>Thanks,</div><div><br></div><div>Karl</div><div><br></div></div>