Change EBO accessors from static to non-static member functions
authorJonathan Wakely <jwakely@redhat.com>
Thu, 16 May 2019 14:18:45 +0000 (15:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 16 May 2019 14:18:45 +0000 (15:18 +0100)
commit1f6ea96860f448ba4cc5bf1e7570b6181611328b
tree5e47989d6ed8a826a3846088caf668f6c20b9bb5
parenta61b003fbd290846feb08b6bf89bc5cf54fd87c3
Change EBO accessors from static to non-static member functions

* include/bits/hashtable_policy.h (_Hashtable_ebo_helper::_S_get):
Replace with _M_get non-static member function.
(_Hashtable_ebo_helper::_S_cget): Replace with _M_cget non-static
member function.
(_Hash_code_base, _Local_iterator_base, _Hashtable_base):
(_Hashtable_alloc): Adjust to use non-static members of EBO helper.

From-SVN: r271290
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h