[libcxx-commits] [libcxx] [libc++][hardening] Add hardening assertions to std::deque (PR #79397)
David Benjamin via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 26 22:13:34 PST 2024
================
@@ -0,0 +1,54 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <deque>
+
+// Test hardening assertions for std::deque.
+
+// REQUIRES: has-unix-headers
----------------
davidben wrote:
Done
https://github.com/llvm/llvm-project/pull/79397
More information about the libcxx-commits
mailing list