From ddcbed21d611baf532643a9192e99d80072822ff Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Thu, 10 Oct 2019 08:12:32 +0200 Subject: [PATCH] std.cfg: Add podtype char8_t (#2257) c++20 introduced type char8_t. From https://en.cppreference.com/w/cpp/language/types: char8_t - type for UTF-8 character representation, required to be large enough to represent any UTF-8 code unit (8 bits). It has the same size, signedness, and alignment as unsigned char (and. therefore, the same size and alignment as char and signed char), but is a distinct type. --- cfg/std.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 0f95f26a1..3414da290 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -7770,6 +7770,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init + @@ -7845,6 +7846,7 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init +