[Rcpp-devel] template argument deduction/substitution failed

2021-06-12 Thread Joseph Park
Dear Rcpp-devel, Apologies in advance for the laborious problem statement.  I hope your experienced eyes will see a trivial mistake obscured to my nascent ones. We have a C++ core library providing an API that is wrapped in R (Rcpp) and Python (pyb

Re: [Rcpp-devel] template argument deduction/substitution failed

2021-06-12 Thread Joseph Park
Trying a plain text version.  Apologies for the previous. Dear Rcpp-devel, Apologies in advance for the laborious problem statement.  I hope your experienced eyes will see a trivial mistake obscured to my nascent ones. We have a C++ core library pro

Re: [Rcpp-devel] template argument deduction/substitution failed

2021-06-13 Thread Joseph Park
Thank you. Changing the function argument limit to 20 variables resolves the error. If this limit can be relaxed, that would be helpful for future development. Thank you for Rcpp, and your patience with my ill-formed posts. JP On 6/13/21 1:15 AM, Dirk Eddelbuettel wrote: On 12 June 2021 at

[Rcpp-devel] Limit of 20

2021-12-14 Thread Joseph Park
Dear Rcpp, I have seen several posts, and bumped into the ceiling of the 20 argument limit.  In the 2017 FAQ, it is explained: Rcpp is constrained by the older C++ standards which do not support variadic function arguments. I don't find mention of this in th

[Rcpp-devel] RcppThread.h:12 ThreadPool.hpp:11 warning: 'new' of type 'quickpool::ThreadPool'

2022-01-26 Thread Joseph Park
Dear RcppDev, A new warning has emerged in mingw compilation on CRAN. The message: *** arch - x64 make[1]: Entering directory '/d/temp/RtmpsZcaWL/R.INSTALLb59426674c3e/rEDM/src-x64' d:/Compiler/rtools40/mingw64/bin/g++  -std=gnu++11 -I"D:/

Re: [Rcpp-devel] RcppThread.h:12 ThreadPool.hpp:11 warning: 'new' of type 'quickpool::ThreadPool'

2022-01-26 Thread Joseph Park
Thank you Iñaki. I opened an issue on the github.com/tnagler/RcppThread/ repository. JP On 1/26/22 7:57 PM, Iñaki Ucar wrote: On Wed, 26 Jan 2022 at 19:02, Joseph Park wrote: Dear RcppDev, A new warning has emerged in mingw