opengl-tutorials / ogl

http://www.opengl-tutorial.org
2.69k stars 925 forks source link

resolve missing 'binary_function' template definition #135

Closed gkuegler closed 6 months ago

gkuegler commented 7 months ago

https://github.com/opengl-tutorials/ogl/blob/316cccc5f76f47f09c16089d98be284b689e057d/external/AntTweakBar-1.16/src/TwMgr.cpp#L5754

gkuegler commented 6 months ago

I don't know which compiler you're using, it works on VS 2019, but the change is indeed legit. Thanks !

I'm using VS 2022. Thanks for the tutorials!