0_0_39761656_11290.cpp: In member function 'void OY::DFLOYD::Solver<Group, GetPath, Container>::run()':
0_0_39761656_11290.cpp:96:52: error: there are no arguments to 'update_by_vertex' that depend on a template parameter, so a declaration of 'update_by_vertex' must be available [-fpermissive]
96 | for (size_type k = 0; k != n; k++) update_by_vertex(k);
| ^~~~~~~~~~~~~~~~
0_0_39761656_11290.cpp:96:52: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
0_0_39761656_11290.cpp: In function 'void solve_floyd()':
0_0_39761656_11290.cpp:384:23: error: 'OY::StaticDynamicFloyd<OY::DFLOYD::AddGroup<unsigned int>, false, 300>' {aka 'struct OY::DFLOYD::Solver<OY::DFLOYD::AddGroup<unsigned int>, false, OY::DFLOYD::StaticContainerWrap<300>::type>'} has no member named 'update_by_vertex'; did you mean 'update_by_edge'?
384 | G.update_by_vertex(x);
| ^~~~~~~~~~~~~~~~
| update_by_edge
|