[libcxx] r309296 - Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 12:50:58 PDT 2017


On Thu, Jul 27, 2017 at 10:44 AM, Marshall Clow via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: marshall
> Date: Thu Jul 27 10:44:03 2017
> New Revision: 309296
>
> URL: http://llvm.org/viewvc/llvm-project?rev=309296&view=rev
> Log:
> Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard
>
> Modified:
>     libcxx/trunk/include/mutex
>     libcxx/trunk/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/adopt_lock.pass.cpp
>     libcxx/trunk/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
>     libcxx/trunk/www/cxx1z_status.html
>     libcxx/trunk/www/cxx2a_status.html

Merged together with r309307 to 5.0 in r310286.


More information about the cfe-commits mailing list