paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Replaced strstream with sstream due to deprecation of the former #158

Closed canslaughter closed 1 month ago

canslaughter commented 1 month ago

I was unable to compile with Clang version 18.1.8. This was due to strstream not being available in that version.