[libcxx-commits] [libcxx] This is testing the formatter job (PR #91272)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 6 14:06:00 PDT 2024


https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/91272

None

>From 8844a83d2d1b9308162a377fc3f3a38d0dc0c7c2 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Mon, 6 May 2024 23:05:36 +0200
Subject: [PATCH] This is testing the formatter job

---
 libcxx/include/__memory/shared_ptr.h | 2 +-
 libcxx/include/tuple                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcxx/include/__memory/shared_ptr.h b/libcxx/include/__memory/shared_ptr.h
index 992b1ba43f100d..b2f5b048fb9912 100644
--- a/libcxx/include/__memory/shared_ptr.h
+++ b/libcxx/include/__memory/shared_ptr.h
@@ -73,7 +73,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
 #elif defined(_LIBCPP_COMPILER_GCC)
 #  define _LIBCPP_HAS_BUILTIN_ATOMIC_SUPPORT
 #endif
-
+ 
 template <class _ValueType>
 inline _LIBCPP_HIDE_FROM_ABI _ValueType __libcpp_relaxed_load(_ValueType const* __value) {
 #if !defined(_LIBCPP_HAS_NO_THREADS) && defined(__ATOMIC_RELAXED) &&                                                   \
diff --git a/libcxx/include/tuple b/libcxx/include/tuple
index ace5f2328a4573..bd9253f90bb97d 100644
--- a/libcxx/include/tuple
+++ b/libcxx/include/tuple
@@ -304,7 +304,7 @@ class __tuple_leaf {
 #  endif
   }
 
-  _LIBCPP_CONSTEXPR_SINCE_CXX14 __tuple_leaf& operator=(const __tuple_leaf&) = delete;
+  _LIBCPP_CONSTEXPR_SINCE_CXX14 __tuple_leaf& operator=(const __tuple_leaf&) = delete; 
 
 public:
   _LIBCPP_HIDE_FROM_ABI constexpr __tuple_leaf() _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : __value_() {



More information about the libcxx-commits mailing list