[llvm-bugs] [Bug 26899] Valarray constructor should have the elements of the array value-initialized as of C++14 standard, but they are initialized using a copy constructor.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 19 16:12:12 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=26899
hstong at ca.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hstong at ca.ibm.com
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from hstong at ca.ibm.com ---
The committee has clarified that the user is responsible for not supplying a
type where the difference matters:
https://cplusplus.github.io/LWG/lwg-defects.html#2699
--
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/20181120/d77d8111/attachment.html>
More information about the llvm-bugs
mailing list