cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Resolve ambiguous function call with C++17 #382

Closed j-o closed 5 years ago

j-o commented 5 years ago

C++17 has std::apply which is found via ADL and conflicts with the custom apply function.