Re: [PATCH 0/4]: C++ P1423R3 char8_t remediation implementation

2019-11-29 Thread Jonathan Wakely
On 29/11/19 21:45 +, Jonathan Wakely wrote: On 29/11/19 19:48 +, Jonathan Wakely wrote: On 29/11/19 17:45 +, Jonathan Wakely wrote: On 15/09/19 15:39 -0400, Tom Honermann wrote: This series of patches provides an implementation of the changes for C++ proposal P1423R3 [1]. These c

Re: [PATCH 0/4]: C++ P1423R3 char8_t remediation implementation

2019-11-29 Thread Jonathan Wakely
On 29/11/19 19:48 +, Jonathan Wakely wrote: On 29/11/19 17:45 +, Jonathan Wakely wrote: On 15/09/19 15:39 -0400, Tom Honermann wrote: This series of patches provides an implementation of the changes for C++ proposal P1423R3 [1]. These changes do not impact default libstdc++ behavior f

Re: [PATCH 0/4]: C++ P1423R3 char8_t remediation implementation

2019-11-29 Thread Jonathan Wakely
On 29/11/19 17:45 +, Jonathan Wakely wrote: On 15/09/19 15:39 -0400, Tom Honermann wrote: This series of patches provides an implementation of the changes for C++ proposal P1423R3 [1]. These changes do not impact default libstdc++ behavior for C++17 and earlier; they are only active for C

Re: [PATCH 0/4]: C++ P1423R3 char8_t remediation implementation

2019-11-29 Thread Jonathan Wakely
On 15/09/19 15:39 -0400, Tom Honermann wrote: This series of patches provides an implementation of the changes for C++ proposal P1423R3 [1]. These changes do not impact default libstdc++ behavior for C++17 and earlier; they are only active for C++2a or when the -fchar8_t option is specified.

[PATCH 0/4]: C++ P1423R3 char8_t remediation implementation

2019-09-15 Thread Tom Honermann
This series of patches provides an implementation of the changes for C++ proposal P1423R3 [1]. These changes do not impact default libstdc++ behavior for C++17 and earlier; they are only active for C++2a or when the -fchar8_t option is specified. Tested x86_64-linux. Patch 1: Decouple const