0_0_23618974_18155.cpp: In function 'void kmp_pre(T*, int, int*)':
0_0_23618974_18155.cpp:7:31: error: there are no arguments to 'memset' that depend on a template parameter, so a declaration of 'memset' must be available [-fpermissive]
memset(vis, 0, sizeof(vis));
^
0_0_23618974_18155.cpp:7:31: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
|