[llvm-bugs] [Bug 27254] New: LWG2577 incorrectly implemented
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 6 15:23:57 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27254
Bug ID: 27254
Summary: LWG2577 incorrectly implemented
Product: libc++
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: rs2740 at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
All the '__m_(addressof(__m))' calls need to be '__m_(_VSTD::addressof(__m))',
to avoid picking up a different "addressof" via ADL.
--
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/20160406/d6b0bec8/attachment-0001.html>
More information about the llvm-bugs
mailing list