c:\wxwidgets-2.8.11\include\wx\filename.h(497): error C2668: 'wxGetTranslation' : ambiguous call to overloaded function
c:\bitcoin\src\util.h(191): could be 'const char *wxGetTranslation(const char *)'
c:\wxwidgets-2.8.11\include\wx\intl.h(579): or 'const wxChar *wxGetTranslation(const wxChar *,const wxChar *)'
while trying to match the argument list '(const char [14])'
wxString GetHumanReadableSize(
const wxString &nullsize = wxGetTranslation(wxT("Not available")),
int precision = 1) const;
我不明白这是多么模棱两可?一个需要 1 个 arg,另一个需要 2 个。该文件使用 1 个 arg 调用它。