]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
erase_store_hash_fn_imps.hpp: Formatting fixes.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / gp_hash_table_map_ / constructor_destructor_no_store_hash_fn_imps.hpp
index 72d2a19f3bc77b964a6d57088a5ae93e697e7877..df4af951f1a47ca9221338ed26998c05208087e1 100644 (file)
 PB_DS_CLASS_T_DEC
 inline void
 PB_DS_CLASS_C_DEC::
-constructor_insert_new_imp(const_mapped_reference r_val, size_type pos, integral_constant<int,false>)
+constructor_insert_new_imp(const_mapped_reference r_val, size_type pos, 
+                          false_type)
 {
-  _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
-
+  _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status)k;
   entry* const p_e = m_entries + pos;
-
   new (&p_e->m_value) mapped_value_type(r_val);
-
   p_e->m_stat = valid_entry_status;
-
-  _GLIBCXX_DEBUG_ONLY(map_debug_base::
-                insert_new(p_e->m_value.first);)
-    }
+  _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
+}