[llvm-bugs] [Bug 41654] tuple_size cannot take reference types
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 29 22:46:18 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41654
Eric Fiselier <eric at efcs.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |eric at efcs.ca
Resolution|--- |INVALID
--- Comment #1 from Eric Fiselier <eric at efcs.ca> ---
This isn't a bug in libc++. We implement the standard as specified. If
anything, this is a issue with the C++ standard -- and would have to be fixed
there.
The current wording for `tuple_size` can be found here:
http://eel.is/c++draft/tuple.helper#1
Let me know if you need a copy of the current standard, or help understanding
it.
--
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/20190430/6e9d1ca4/attachment-0001.html>
More information about the llvm-bugs
mailing list