||=== Build: Debug in 741258963 (compiler: GNU GCC Compiler) ===|
||warning: ISO C++11 requires whitespace after the macro name|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp||In function 'LRESULT WindowProc(HWND, UINT, WPARAM, LPARAM)':|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp|81|warning: variable 'hwndStartButton' set but not used [-Wunused-but-set-variable]|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp|81|warning: variable 'hwndStopButton' set but not used [-Wunused-but-set-variable]|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread||In instantiation of 'struct std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >':|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|127|required from 'std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(double, double); _Args = {double&, double&, double&}]'|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp|116|required from here|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|240|error: no matching function for call to 'std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >::_M_invoke(std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >::_Indices)'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|231|note: candidate: 'template<long long unsigned int ..._Ind> decltype (std::__invoke((_S_declval<_Ind>)()...)) std::thread::_Invoker<_Tuple>::_M_invoke(std::_Index_tuple<_Ind ...>) [with long long unsigned int ..._Ind = {_Ind ...}; _Tuple = std::tuple<void (*)(double, double), double, double, double>]'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|231|note: template argument deduction/substitution failed:|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|240|required from 'struct std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|127|required from 'std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(double, double); _Args = {double&, double&, double&}]'|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp|116|required from here|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|233|error: no matching function for call to '__invoke(std::__tuple_element_t<0, std::tuple<void (*)(double, double), double, double, double> >, std::__tuple_element_t<1, std::tuple<void (*)(double, double), double, double, double> >, std::__tuple_element_t<2, std::tuple<void (*)(double, double), double, double, double> >, std::__tuple_element_t<3, std::tuple<void (*)(double, double), double, double, double> >)'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++bitsinvoke.h|89|note: candidate: 'template<class _Callable, class ... _Args> constexpr typename std::__invoke_result<_Functor, _ArgTypes>::type std::__invoke(_Callable&&, _Args&& ...)'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++bitsinvoke.h|89|note: template argument deduction/substitution failed:|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|233| required by substitution of 'template<long long unsigned int ..._Ind> decltype (std::__invoke(_S_declval<_Ind>()...)) std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >::_M_invoke<_Ind ...>(std::_Index_tuple<_Ind ...>) [with long long unsigned int ..._Ind = {0, 1, 2, 3}]'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|240|required from 'struct std::thread::_Invoker<std::tuple<void (*)(double, double), double, double, double> >'|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++thread|127|required from 'std::thread::thread(_Callable&&, _Args&& ...) [with _Callable = void (&)(double, double); _Args = {double&, double&, double&}]'|
C:UserskulikOneDriveРобочий стілLaba2.4741258963main.cpp|116|required from here|
C:Program FilesCodeBlocksMinGWlibgccx86_64-w64-mingw328.1.0includec++bitsinvoke.h|89|error: no type named 'type' in 'struct std::__invoke_result<void (*)(double, double), double, double, double>'|
||=== Build failed: 4 error(s), 12 warning(s) (0 minute(s), 1 second(s)) ===|
I dont know what to do
New contributor
Н. К. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.