http://llvm.org/bugs/show_bug.cgi?id=15073
Bug #: 15073
Summary: wcsstr
Product: clang
Version: 3.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
The following gets an error with clang++ but is okay with g++.
There should be two overloaded definitions of wsstr
#include <cwchar>
void foo() {
wchar_t *(*y)(wchar_t *, const wchar_t *) = wcsstr;
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs