mrtazz / restclient-cpp

C++ client for making HTTP/REST requests
http://code.mrtazz.com/restclient-cpp/
MIT License
1.57k stars 377 forks source link

std:prt_fun is removed in c++17 #122

Closed murillo128 closed 4 years ago

murillo128 commented 5 years ago

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

mrtazz commented 5 years ago

work to address this is happening in https://github.com/mrtazz/restclient-cpp/pull/127

mrtazz commented 4 years ago

closed via https://github.com/mrtazz/restclient-cpp/pull/127