google / libaddressinput

Google’s postal address library, powering Android and Chromium
Apache License 2.0
572 stars 103 forks source link

Fixes for C++20 support. #225

Closed pkasting closed 2 years ago

pkasting commented 2 years ago

u8"" no longer produces a char*. However, "" already supports UTF-8 literals, so just use that.

Bug: chromium:1284275