mrtazz/restclient-cpp

std:prt_fun is removed in c++17

Closed this issue · 2 comments

Expected behaviour

compile with c++17

Actual behaviour

doesn't compile
restclient-cpp/helpers.h(56): error C2039: 'ptr_fun': is not a member of 'std'

Environment and debugging details

msvc 17/windows 10

https://en.cppreference.com/w/cpp/utility/functional/ptr_fun

work to address this is happening in #127

closed via #127