[libcxx-commits] [PATCH] D115765: [libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <string>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 14 16:34:39 PST 2021


philnik created this revision.
philnik added reviewers: Quuxplusone, ldionne.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Use `_LIBCPP_DEBUG_ASSERT` instead of `_LIBCPP_ASSERT` and guarding it with `LIBCPP_DEBUG_LEVEL == 2`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115765

Files:
  libcxx/include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115765.394405.patch
Type: text/x-patch
Size: 5150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211215/8f50c62d/attachment.bin>


More information about the libcxx-commits mailing list