0_0_39366738_19552.cpp:40:60: error: macro "__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX" requires 12 arguments, but only 2 given
40 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX(nxt, cur);
| ^
In file included from gcc-13.1.0/x86_64-w64-mingw32/include/crtdefs.h:10,
from gcc-13.1.0/x86_64-w64-mingw32/include/assert.h:15,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cassert:44,
from .\stdc++.h:33:
gcc-13.1.0/x86_64-w64-mingw32/include/corecrt.h:424: note: macro "__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX" defined here
424 | #define __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX(__ret_type, __ret_policy, __decl_spec, __name, __sec_name, __dst_attr, __dst_type, __dst, __arg1_type, __arg1, __arg2_type, __arg2)
|
0_0_39366738_19552.cpp: In function 'void dfs2(int, int)':
0_0_39366738_19552.cpp:40:9: error: '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX' was not declared in this scope
40 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_2_EX(nxt, cur);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|