[libcxx-commits] [PATCH] D155200: [libc++][NFC] Suppress deprecation warning introduced by D152632

PoYao Chang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 13 06:49:25 PDT 2023


rZhBoYao created this revision.
rZhBoYao added a reviewer: ldionne.
Herald added a project: All.
rZhBoYao requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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].


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155200

Files:
  libcxx/include/string
  libcxx/include/string_view
  libcxx/modules/std/string_view.cppm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155200.539998.patch
Type: text/x-patch
Size: 6567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230713/7f45c45e/attachment-0001.bin>


More information about the libcxx-commits mailing list