0_0_39080091_9555.cpp: In function 'bool Algorithm2D::Check_inside::__check_inside_poly(const Basis2D::Point&, const ForwardIt&, const ForwardIt&)':
0_0_39080091_9555.cpp:221:21: error: there are no arguments to 'finite' that depend on a template parameter, so a declaration of 'finite' must be available [-fpermissive]
221 | if(!finite(k)) pk.x = pi.x;
| ^~~~~~
0_0_39080091_9555.cpp:221:21: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
|