ddiakopoulos / tinyply

:earth_africa: C++11 ply 3d mesh format importer & exporter
598 stars 118 forks source link

Make get_const a const member function #64

Closed BradleyMarie closed 1 year ago

BradleyMarie commented 1 year ago

This will allow get_const to be used when Buffer is accessed via a const reference or const pointer. Also remove an unneeded cost cast in the function body.