pha377

Results 3 issues of pha377

Problem: can't compile Evaluation library on linux clang-12 catboost version: 1.0.5 Operating System: Linux CPU: AMD EPYC 7601 32-Core Processor x86_64 GPU: none root@localhost:~/projects/catboost# make -f make/model_interface_static.CLANG12-LINUX-X86_64.makefile mkdir -p '/root/projects/catboost/contrib/libs/cxxsupp/builtins'...

I made a class: This is the constructor: ``` clsClient() { client_.set_socket_init_handler(bind(&clsClient::on_socket_init, this, ::_1, ::_2)); } ``` and the on_socket_init() method: ``` void on_socket_init(hdlt hdl, boost::asio::ip::tcp::socket& s) { std::cout

at line 372 of ta_SAREXT.c: /* This function is the same as TA_SAR, except that the caller has * greater control on the SAR dynamic and initial state. * *...