]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / smart_ptr / detail / sp_counted_base_std_atomic.hpp
index 7a188f8a66435e9d8635d568a63a875f0d9e5fe8..9f562b9b4aa056cb3c65badd4ed046bf583a34e1 100644 (file)
@@ -64,8 +64,8 @@ private:
     sp_counted_base( sp_counted_base const & );
     sp_counted_base & operator= ( sp_counted_base const & );
 
-    std::atomic_int_least32_t use_count_;      // #shared
-    std::atomic_int_least32_t weak_count_;     // #weak + (#shared != 0)
+    std::atomic_int_least32_t use_count_;   // #shared
+    std::atomic_int_least32_t weak_count_;  // #weak + (#shared != 0)
 
 public: