r271290 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu May 16 14:18:00 GMT 2019


Author: redi
Date: Thu May 16 14:18:45 2019
New Revision: 271290

URL: https://gcc.gnu.org/viewcvs?rev=271290&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/hashtable_policy.h



More information about the Libstdc++-cvs mailing list