作者littleshan (我要加入劍道社!)
看板C_and_CPP
標題Re: [問題] G++ Bug: there are no arguments to ꄠ…
時間Fri Feb 20 13:53:59 2009
這不是 bug 而是新版的 gcc 要求 code 要符合標準
你應該是忘了 #include <cstring>
※ 引述《Reinhard (無價)》之銘言:
: 今天重編了之前可以 pass 的一段 code
: 卻出現了下列 error message:
: there are no arguments to ‘strlen’ that depend on a template parameter, so
: a declaration of ‘strlen’ must be available
: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use
: of an undeclared name is deprecated)
: 似乎是在向 programmer 要 template argument
: 但 strlen 應該是沒有的啊
: 似乎是 G++ 某特定版本的 bug?
: 請問版上有人碰過嗎?
: (我的版本是 4.3.2)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.115.147.87
1F:推 Reinhard:學長好 XD 02/20 14:32