Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-20 Thread Jonathan Wakely
On 19/12/19 09:36 +, Jonathan Wakely wrote: On 05/12/19 17:12 +0100, Christophe Lyon wrote: On Thu, 5 Dec 2019 at 12:43, Jonathan Wakely wrote: On 05/12/19 09:00 +0100, Christophe Lyon wrote: On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely wrote: On 03/12/19 09:11 +0100, Christophe Lyon

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-19 Thread Jonathan Wakely
On 05/12/19 17:12 +0100, Christophe Lyon wrote: On Thu, 5 Dec 2019 at 12:43, Jonathan Wakely wrote: On 05/12/19 09:00 +0100, Christophe Lyon wrote: >On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely wrote: >> >> On 03/12/19 09:11 +0100, Christophe Lyon wrote: >> >On Mon, 16 Sep 2019 at 04:34, Tom

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-05 Thread Christophe Lyon
On Thu, 5 Dec 2019 at 12:43, Jonathan Wakely wrote: > > On 05/12/19 09:00 +0100, Christophe Lyon wrote: > >On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely wrote: > >> > >> On 03/12/19 09:11 +0100, Christophe Lyon wrote: > >> >On Mon, 16 Sep 2019 at 04:34, Tom Honermann wrote: > >> >> > >> >> A revi

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-05 Thread Jonathan Wakely
On 05/12/19 09:00 +0100, Christophe Lyon wrote: On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely wrote: On 03/12/19 09:11 +0100, Christophe Lyon wrote: >On Mon, 16 Sep 2019 at 04:34, Tom Honermann wrote: >> >> A revised patch is attached that modifies the tests for deleted ostream >> inserters to

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-05 Thread Christophe Lyon
On Tue, 3 Dec 2019 at 10:16, Jonathan Wakely wrote: > > On 03/12/19 09:11 +0100, Christophe Lyon wrote: > >On Mon, 16 Sep 2019 at 04:34, Tom Honermann wrote: > >> > >> A revised patch is attached that modifies the tests for deleted ostream > >> inserters to require C++2a. This is required by the

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-03 Thread Jonathan Wakely
On 03/12/19 09:11 +0100, Christophe Lyon wrote: On Mon, 16 Sep 2019 at 04:34, Tom Honermann wrote: A revised patch is attached that modifies the tests for deleted ostream inserters to require C++2a. This is required by the revision of patch 2/4 that adds proper preprocessor conditionals to th

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-12-03 Thread Christophe Lyon
On Mon, 16 Sep 2019 at 04:34, Tom Honermann wrote: > > A revised patch is attached that modifies the tests for deleted ostream > inserters to require C++2a. This is required by the revision of patch > 2/4 that adds proper preprocessor conditionals to the definitions. > > Tom. > > On 9/15/19 3:40

Re: [PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-09-15 Thread Tom Honermann
A revised patch is attached that modifies the tests for deleted ostream inserters to require C++2a. This is required by the revision of patch 2/4 that adds proper preprocessor conditionals to the definitions. Tom. On 9/15/19 3:40 PM, Tom Honermann wrote: This patch adds new tests to validate

[PATCH 4/4]: C++ P1423R3 char8_t remediation: New tests

2019-09-15 Thread Tom Honermann
This patch adds new tests to validate new deleted overloads of wchar_t, char8_t, char16_t, and char32_t for ordinary and wide formatted character and string ostream inserters. Additionally, new tests are added to validate invocations of u8path with sequences of char8_t for both the C++17 and f