libstdc++-v3/ChangeLog:
* include/bits/hashtable.h: Improve comments.
iterator
erase(const_iterator);
- // LWG 2059.
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 2059. C++0x ambiguity problem with map::erase
iterator
erase(iterator __it)
{ return erase(const_iterator(__it)); }
// DR 1189.
// reserve, if present, comes from _Rehash_base.
-#if __glibcxx_node_extract // >= C++17
+#if __glibcxx_node_extract // >= C++17 && HOSTED
/// Re-insert an extracted node into a container with unique keys.
insert_return_type
_M_reinsert_node(node_type&& __nh)