moderngpu / moderngpu

Patterns and behaviors for GPU computing

Home Page:http://moderngpu.github.io/moderngpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::binary_function deprecated in C++11 and removed in C++17

neoblizz opened this issue · comments

This problem shows up when I try and compile moderngpu within my library while relying heavily on C++17. It may be due to how I am linking things. The system is using MSVC, CUDA 11.5.1, Windows.

@seanbaxter if you can give me permission to modify the project and create a new release with these changes, maybe I can also bump the version number.