http://llvm.org/bugs/show_bug.cgi?id=19571
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Richard Smith <[email protected]> --- This has been fixed for a while; all examples on this bug work fine with Clang trunk (and should also work with Clang 3.5). The explanation in comment#3 is incorrect. The bug was as described in the summary, and was limited to the use of constexpr (or integral const) variable template specializations in constant expressions in templates. I think comment#3 is referring to a different bug which has been fixed for much longer. -- 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
