[libcxx-commits] [libcxx] [libc++] Clean up includes of <__assert> (PR #80091)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 6 17:03:34 PST 2024
================
@@ -831,8 +831,8 @@ private:
// For more details, see the "Using libc++" documentation page or
// the documentation for __sanitizer_annotate_contiguous_container.
- _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __annotate_contiguous_container(
- const void* __old_mid, const void* __new_mid) const {
+ _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void
----------------
var-const wrote:
Nit: this reformatting seems unrelated.
https://github.com/llvm/llvm-project/pull/80091
More information about the libcxx-commits
mailing list