[libc++][NFC] Suppress -Wdeprecated-literal-operator
authorPo-yao Chang <poyaoc97@gmail.com>
Thu, 13 Jul 2023 13:30:19 +0000 (21:30 +0800)
committerPo-yao Chang <poyaoc97@gmail.com>
Thu, 13 Jul 2023 22:52:39 +0000 (06:52 +0800)
commitbd03e0ca75727c6058cb34655b64301f0f9cfb32
treeebd3ec2c77003f6610088a654da133665a56b851
parentf0acfaf9241899552eca6baf3db1cebd1d6f2034
[libc++][NFC] Suppress -Wdeprecated-literal-operator

Remove spaces between operator"" and identifier to suppress
-Wdeprecated-literal-operator, and between operator and ""
like how they are written in [string.view.literals] and [basic.string.literals].

Differential Revision: https://reviews.llvm.org/D155200
libcxx/include/string
libcxx/include/string_view
libcxx/modules/std/string_view.cppm