Re: [Rcpp-devel] Errors when just including Rcpp.h

2010-11-01 Thread Andrew Redd
I've attached the file of the errors now. I've also tried to change the order of includes without much success. -Andrew On Fri, Oct 29, 2010 at 5:10 PM, Dirk Eddelbuettel wrote: > > On 29 October 2010 at 16:26, Andrew Redd wrote: > | I have a class that I am building that I want to interface t

Re: [Rcpp-devel] Errors when just including Rcpp.h

2010-10-29 Thread Dirk Eddelbuettel
On 29 October 2010 at 16:26, Andrew Redd wrote: | I have a class that I am building that I want to interface through Rcpp, but | when I just include Rcpp, even without any Rcpp code included. I get several | errors that appear to be template problems. What is going on here? I've | attached the er