Re: [PATCH] Hashtable: Add missing std qualification on a forward call

2020-02-11 Thread Jonathan Wakely
On 11/02/20 19:15 +0100, François Dumont wrote: I just notice that in a recent patch I forgot a std:: on a call to forward. * include/bits/hashtable.h (_Hashtable<>(_Hashtable&&, std::allocator_type&)):     Add missing std namespace qualification to forward call. Ok to commit ? Yes please

[PATCH] Hashtable: Add missing std qualification on a forward call

2020-02-11 Thread François Dumont
I just notice that in a recent patch I forgot a std:: on a call to forward. * include/bits/hashtable.h (_Hashtable<>(_Hashtable&&, std::allocator_type&)):     Add missing std namespace qualification to forward call. Ok to commit ? François diff --git a/libstdc++-v3/include/bits/hashtable.h