[LLVMbugs] [Bug 19571] constexpr variable template in template member function can't be constant expression
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Aug 24 21:21:57 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19571
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140825/05ddde79/attachment.html>
More information about the llvm-bugs
mailing list