http://llvm.org/bugs/show_bug.cgi?id=7030
Summary: [META] Compiling Loki with clang
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Wasn't there a time when Loki was THE stress-test for C++ compilers? ;)
clang++ fails compiling with this errors:
In file included from SmartPtr.cpp:20:
../include/loki/SmartPtr.h:1418:24: error: expected unqualified-id
return OP::template Merge( rhs );
Reproduce:
svn co https://loki-lib.svn.sourceforge.net/svnroot/loki-lib
cd trunk
export CXX=clang++
make
--
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