[libcxx-commits] [PATCH] D128181: [libc++] Make _LIBCPP_DEBUG_RANDOMIZE_RANGE a function
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 23 18:52:25 PDT 2022
var-const accepted this revision as: var-const.
var-const added inline comments.
================
Comment at: libcxx/include/__libcxx/debug_randomize_range.h:22
+template <class _Iterator>
+_LIBCPP_CONSTEXPR void __debug_randomize_range(_Iterator __first, _Iterator __last) {
+#ifdef _LIBCPP_DEBUG_RANDOMIZE_UNSPECIFIED_STABILITY
----------------
Also `HIDE_FROM_ABI`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128181/new/
https://reviews.llvm.org/D128181
More information about the libcxx-commits
mailing list