gdb: check for partial symtab presence in dwarf2_initialize_objfile
[deliverable/binutils-gdb.git] / gdbsupport / gdb_ref_ptr.h
index c5ef13f3dfaf5d8f232018a2156cd23cb538adf2..de387f598dec7aee60f9966dccb44d7a3bd9226c 100644 (file)
@@ -78,7 +78,7 @@ class ref_ptr
   }
 
   /* Transfer ownership from OTHER.  */
-  ref_ptr (ref_ptr &&other)
+  ref_ptr (ref_ptr &&other) noexcept
     : m_obj (other.m_obj)
   {
     other.m_obj = NULL;
This page took 0.022829 seconds and 4 git commands to generate.