[llvm-bugs] [Bug 30300] New: [3.9.1 Merge] r279955 Fix pair::operator=(TupleLike&&).
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 6 14:29:42 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30300
Bug ID: 30300
Summary: [3.9.1 Merge] r279955 Fix
pair::operator=(TupleLike&&).
Product: libc++
Version: 3.8
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: eric at efcs.ca
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
Classification: Unclassified
This assignment operator was previously broken since the SFINAE always resulted
in substitution failure. This caused assignments to turn into copy construction
+ assignment.
--
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/20160906/27999757/attachment.html>
More information about the llvm-bugs
mailing list