https://llvm.org/bugs/show_bug.cgi?id=16329
Davide Italiano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Davide Italiano <[email protected]> --- Fixed in head clang. % ./clang++ -std=c++11 -DUSE_CONSTEXPR -c undef.cpp undef.cpp:8:20: warning: inline function 'typeId<A>' is not defined [-Wundefined-inline] DECL_CONSTEXPR int typeId(); ^ undef.cpp:18:15: note: used here (void)typeId<A>(); ^ -- 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
