On 08/01/20 06:43 +0100, François Dumont wrote:
@@ -404,15 +413,15 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
_M_begin() const
{ return static_cast<__node_type*>(_M_before_begin._M_nxt); }
- // Assign *this using another _Hashtable instance. Either elements
- // are copy or move depends on the _NodeGenerator.
- template<typename _Ht, typename _NodeGenerator>
+ // Assign *this using another _Hashtable instance. Whether elements
+ // are copy or move depends on the _Ht reference.
Should be "are copied or moved".
OK for trunk with that change, thanks!