[llvm] r207597 - Fix the build with MSVC 2013 by explicitly requesting llvm::make_unique

Chandler Carruth chandlerc at google.com
Tue Apr 29 17:34:50 PDT 2014


On Tue, Apr 29, 2014 at 4:54 PM, Reid Kleckner <reid at kleckner.net> wrote:

> MSVC 2013 provides std::make_unique, which it finds with ADL when one of
> the parameters is std::unique_ptr, leading to an ambiguous overload.
>

Should we replace our version with a using declaration when we're using a
sufficiently modern MSVC?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140429/99300657/attachment.html>


More information about the llvm-commits mailing list