Re: r369043 - [Sema] Implement DR2386 for C++17 structured binding

2019-08-20 Thread Hans Wennborg via cfe-commits
Merged to release_90 in r369361. On Thu, Aug 15, 2019 at 9:44 PM Reid Kleckner via cfe-commits wrote: > > Author: rnk > Date: Thu Aug 15 12:45:28 2019 > New Revision: 369043 > > URL: http://llvm.org/viewvc/llvm-project?rev=369043&view=rev > Log: > [Sema] Implement DR2386 for C++17 structured bind

r369043 - [Sema] Implement DR2386 for C++17 structured binding

2019-08-15 Thread Reid Kleckner via cfe-commits
Author: rnk Date: Thu Aug 15 12:45:28 2019 New Revision: 369043 URL: http://llvm.org/viewvc/llvm-project?rev=369043&view=rev Log: [Sema] Implement DR2386 for C++17 structured binding Allow implementations to provide complete definitions of std::tuple_size, but to omit the 'value' member to signal