[LLVMbugs] [Bug 18249] New: A pair<path, unique_ptr> cannot be emplaced into a vector.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Dec 14 06:17:35 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18249

            Bug ID: 18249
           Summary: A pair<path, unique_ptr> cannot be emplaced into a
                    vector.
           Product: libc++
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: hhinnant at apple.com
          Reporter: daniel347x at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

A pair<path, path> can be emplaced into a vector.

So can a pair<unique_ptr, unique_ptr>.

However, a pair<path, unique_ptr> cannot.

Please see http://stackoverflow.com/a/20584053/368896 for a full description of
the problem.

Thanks.

-- 
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/20131214/43b4738c/attachment.html>


More information about the llvm-bugs mailing list