[libcxx-commits] [libcxx] [libcxx] renames `__split_buffer` alias template to `_SplitBuffer` (PR #180284)

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 6 13:48:26 PST 2026


================
@@ -808,21 +807,21 @@ class vector {
   _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __move_assign_alloc(vector&, false_type) _NOEXCEPT {}
 
   template <class _Ptr = pointer, __enable_if_t<is_pointer<_Ptr>::value, int> = 0>
-  static _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI _Ptr
+  static _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI pointer
----------------
cjdb wrote:

Fixed!

https://github.com/llvm/llvm-project/pull/180284


More information about the libcxx-commits mailing list