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
CRAN has started flagging a new significant warning in the cpp11 headers:
Found the following significant warnings:
../inst/include/cpp11/R.hpp:54:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
../inst/include/cpp11/named_arg.hpp:44:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
Hi All,
CRAN has started flagging a new significant warning in the cpp11 headers:
Here's the relevant checking and install log
The fix is simple enough (changing the declaration from
operator"" _xl
tooperator""_xl
), but just flagging here for awarenessThanks!
The text was updated successfully, but these errors were encountered: