You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running some reverse depends checks for a new RcppArmadillo minor release, and noticed a view package bonking in tests on function 'dataptr' not provided by package 'Rcpp'.
// The 'attribute_hidden' used here is a simple precessor defined from// ${R_HOME}/include/R_ext/Visibility.h -- it is empty when not supported// by the compiler and otherwise '__attribute__ ((visibility ("hidden")))'
and that may recently have changed in R.
Do we care? Should we care?
Should we remove the now-no-longer empty attribute_hidden define in front of dataptr() and a number of other helpers?