You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds good to me. It would be necessary to decide if C+11/14 support is still required while dropping above functions. If you are interested to have this, please provide a PR, I'll support reviews.
Right now the generated C++ code by the compiler do not compile under the C++17 standard due to the use of deprecated std::mem_fun1_t() and std::bind1st() functions.
See https://en.cppreference.com/w/cpp/utility/functional/mem_fun_t
and https://en.cppreference.com/w/cpp/utility/functional/bind12
Also may be the runtime library should be updated, not sure of the impact.
The text was updated successfully, but these errors were encountered: