dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Add another missing std:: #335

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

Follow-up to 8d2b40bbbf592c01bb9d4b84dedc68f1cea5540a

dmurdoch commented 1 year ago

What is the advantage of this change?

MichaelChirico commented 1 year ago

we have a very strict build environment where this failed to build without the qualification.

our environment is pretty idiosyncratic, so we are happy to maintain our own patch, but it also strikes me as harmless and a slight improvement to readability.

it also finishes the job of the cited commit which fixed this everywhere else in the package, so it's a consistency improvement too.