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

Seth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Seth <[email protected]> ---
fixed sometime before e103979ceac63c98873f3307ee897eab559356a0, r185264

clang's output is now:

---


main.cpp:1:26: error: chosen constructor is explicit in copy-initialization
    std::unique_ptr<int> j = {new int(0)};
                         ^   ~~~~~~~~~~~~
/Users/socantre/Programming/libcxx/include/memory:2552:40: note: constructor
declared here
    _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) _NOEXCEPT
                                       ^
1 error generated.

-- 
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