]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/core/shared_ptr_debug_helper.hh
import quincy beta 17.1.0
[ceph.git] / ceph / src / seastar / include / seastar / core / shared_ptr_debug_helper.hh
index 0cf0d7ac357c2388c90b399196e7a1b310e807da..577760194990e655e76001eb637b6a935c4d58fc 100644 (file)
@@ -35,7 +35,7 @@ class debug_shared_ptr_counter_type {
     long _counter = 0;
     std::thread::id _cpu = std::this_thread::get_id();
 public:
-    debug_shared_ptr_counter_type(long x) : _counter(x) {}
+    debug_shared_ptr_counter_type(long x) noexcept : _counter(x) {}
     operator long() const {
         check();
         return _counter;