rcapurro-core
Results
1
issues of
rcapurro-core
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...