Re: [PATCH] RFC: Refactor std::tuple constraints

2018-08-21 Thread Ville Voutilainen
On 21 August 2018 at 12:17, Jonathan Wakely wrote: > I think this is slightly simpler and easier to maintain, but I'd like > to hear other views, especially from Ville who added most of these > constraints and does most of the work to maintain std::tuple. +1, OK.

[PATCH] RFC: Refactor std::tuple constraints

2018-08-21 Thread Jonathan Wakely
This refactors some std:tuple constraints, and fixes one bug. This patch was generated with -b to ignore whitespace changes, so the indentation is a little off (but it makes the patch smaller and easier to read). I haven't touched the std::tuple partial specialization yet, this is just a demonstr