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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to