rstudio / httpuv

HTTP and WebSocket server package for R
Other
224 stars 84 forks source link

Remove `CXX_STD` #357

Closed wch closed 1 year ago

wch commented 1 year ago

The "fix" in #356 did not fix the issue of R-devel raising a NOTE. For more information, see https://github.com/astamm/nloptr/issues/130#issuecomment-1422671905

This change should fix it, but it will also make it so that httpuv might not compile on R 3.5 (if the system has an old compiler), unless the user sets CXX_STD in their user-level ~/.R/Makevars file.

For more information: https://gist.github.com/wch/849ca79c9416795d99c48cc06a44ca1e