Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2019-01-15 Thread Jason Merrill
On 1/15/19 10:50 AM, Tom Honermann wrote: On 1/15/19 1:51 AM, Christophe Lyon wrote: On Mon, 14 Jan 2019 at 20:59, Jason Merrill wrote: On 12/23/18 9:27 PM, Tom Honermann wrote: Attached is a revised patch that addresses changes in P0482R6 as well as feedback provided by Jason.  Changes from

Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2019-01-15 Thread Tom Honermann
On 1/15/19 1:51 AM, Christophe Lyon wrote: On Mon, 14 Jan 2019 at 20:59, Jason Merrill wrote: On 12/23/18 9:27 PM, Tom Honermann wrote: Attached is a revised patch that addresses changes in P0482R6 as well as feedback provided by Jason. Changes from the prior patch include: - Updated the valu

Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2019-01-14 Thread Christophe Lyon
On Mon, 14 Jan 2019 at 20:59, Jason Merrill wrote: > > On 12/23/18 9:27 PM, Tom Honermann wrote: > > Attached is a revised patch that addresses changes in P0482R6 as well as > > feedback provided by Jason. Changes from the prior patch include: > > - Updated the value of the __cpp_char8_t feature

Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2019-01-14 Thread Tom Honermann
On 1/14/19 2:58 PM, Jason Merrill wrote: On 12/23/18 9:27 PM, Tom Honermann wrote: Attached is a revised patch that addresses changes in P0482R6 as well as feedback provided by Jason. Changes from the prior patch include: - Updated the value of the __cpp_char8_t feature test macro to 201811   

Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2019-01-14 Thread Jason Merrill
On 12/23/18 9:27 PM, Tom Honermann wrote: Attached is a revised patch that addresses changes in P0482R6 as well as feedback provided by Jason.  Changes from the prior patch include: - Updated the value of the __cpp_char8_t feature test macro to 201811   per P0482R6. - Enable char8_t support wit

Re: [REVISED PATCH 2/9]: C++ P0482R5 char8_t: Core language support

2018-12-23 Thread Tom Honermann
Attached is a revised patch that addresses changes in P0482R6 as well as feedback provided by Jason. Changes from the prior patch include: - Updated the value of the __cpp_char8_t feature test macro to 201811 per P0482R6. - Enable char8_t support with -std=c++2a per adoption of P0482R6 in Sa