Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-03 Thread Jonathan Wakely
On Sun, 2 Dec 2018 at 04:45, nick wrote: > My other question is related to the noexcept parts and that either I or > you should move and CC the other involed list i.e. the llibstdc++ list. Oh I didn't realise this thread wasn't already on that list. Yes, we should be discussing it there, not here.

Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-03 Thread Jonathan Wakely
Sent offlist. On Sun, 2 Dec 2018 at 20:06, nick wrote: > > > > On 2018-12-02 11:53 a.m., David Edelsohn wrote: > > On Sat, Dec 1, 2018 at 11:46 PM nick wrote: > >> > >> On 2018-12-01 10:32 a.m., Jonathan Wakely wrote: > >>> On Fri, 30 Nov 2018 at 20:54, Nicholas Krause wrote: > > This

Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-02 Thread nick
On 2018-12-02 11:53 a.m., David Edelsohn wrote: > On Sat, Dec 1, 2018 at 11:46 PM nick wrote: >> >> On 2018-12-01 10:32 a.m., Jonathan Wakely wrote: >>> On Fri, 30 Nov 2018 at 20:54, Nicholas Krause wrote: This adds the remainging noexcept causes required for this cause to meet

Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-02 Thread David Edelsohn
On Sat, Dec 1, 2018 at 11:46 PM nick wrote: > > On 2018-12-01 10:32 a.m., Jonathan Wakely wrote: > > On Fri, 30 Nov 2018 at 20:54, Nicholas Krause wrote: > >> > >> This adds the remainging noexcept causes required for this cause > >> to meet the spec as dicussed last year and documented here: > >

Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-01 Thread nick
On 2018-12-01 10:32 a.m., Jonathan Wakely wrote: > On Fri, 30 Nov 2018 at 20:54, Nicholas Krause wrote: >> >> This adds the remainging noexcept causes required for this cause >> to meet the spec as dicussed last year and documented here: >> http://cplusplus.github.io/LWG/lwg-active.html#2899. >

Re: [PATCH] Add missing noexpect causes in tuple for move functions

2018-12-01 Thread Jonathan Wakely
On Fri, 30 Nov 2018 at 20:54, Nicholas Krause wrote: > > This adds the remainging noexcept causes required for this cause > to meet the spec as dicussed last year and documented here: > http://cplusplus.github.io/LWG/lwg-active.html#2899. This isn't "the spec", it's a proposed (but incorrect) res

[PATCH] Add missing noexpect causes in tuple for move functions

2018-11-30 Thread Nicholas Krause
This adds the remainging noexcept causes required for this cause to meet the spec as dicussed last year and documented here: http://cplusplus.github.io/LWG/lwg-active.html#2899. Signed-off-by: Nicholas Krause --- libstdc++-v3/include/std/tuple | 4 1 file changed, 4 insertions(+) diff --gi