On Fri, 9 Dec 2022 17:29:21 +0000
Stephen Coleman <stcol...@tcd.ie> wrote:

> ``outlierComponentFactory.h:37:15: error: ‘unique_ptr’ in namespace
> ‘std’ does not name a template type``.

Does it help to explicitly #include <memory> in
outlierComponentFactory.h in order to provide the definition of the
template class unique_ptr<T>?

-- 
Best regards,
Ivan

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to