Le 12/01/12 11:29, Gregor Kastner a écrit :
This is a minor thing but caused some confusion to me:
IntegerVector foo1(2, 4.0); // works
IntegerVector foo2(2, 4); // throws error
while
IntegerVector bar1 = IntegerVector::create(4.0, 4.0); // works
IntegerVector bar2 = IntegerVector::create(4, 4); // works
Bug or feature?
Best,
/g
This should be fixed in rev 3440.
This was due to some compiler ambiguities, so I just added some
disambiguation.
Romain
--
Romain Francois
Professional R Enthusiast
http://romainfrancois.blog.free.fr
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel