Re: [R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Steven Scott
Thanks Dirk, This will cut down the size of my compilation logs dramatically. On Thu, Jul 19, 2018 at 6:06 AM Iñaki Úcar wrote: > Great! Many thanks for sharing this, Dirk. > > Iñaki > El jue., 19 jul. 2018 a las 14:37, Dirk Eddelbuettel > () escribió: > > > > > > As some of you may have

Re: [R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Iñaki Úcar
Great! Many thanks for sharing this, Dirk. Iñaki El jue., 19 jul. 2018 a las 14:37, Dirk Eddelbuettel () escribió: > > > As some of you may have noticed, or may have been told as well in kind "fix > this or else ..." email, 'R CMD check' now also marks g++-7 / g++-8 warnings > of 'deprecated

[R-pkg-devel] C++11 and deprecated warnings "noise" for auto_ptr

2018-07-19 Thread Dirk Eddelbuettel
As some of you may have noticed, or may have been told as well in kind "fix this or else ..." email, 'R CMD check' now also marks g++-7 / g++-8 warnings of 'deprecated declarations'. This can of course be addressed in the code itself, or suppressed with the '-Wno-deprecated-declarations' flag