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

redi@gcc.gnu.org redi@gcc.gnu.org
Wed May 25 09:36:00 GMT 2016


Author: redi
Date: Wed May 25 09:36:28 2016
New Revision: 236697

URL: https://gcc.gnu.org/viewcvs?rev=236697&root=gcc&view=rev
Log:
Remove _GLIBCXX14_USE_CONSTEXPR

	* include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): Remove it.
	* include/bits/hashtable_policy.h (_Power2_rehash_policy::_M_next_bkt):
	Remove const qualification on function. Replace
	_GLIBCXX14_USE_CONSTEXPR on automatic variables with const.
	(_Power2_rehash_policy::_M_need_rehash): Remove const qualification.
	(_Power2_rehash_policy::_M_next_bkt): Remove mutable specifier.

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



More information about the Gcc-cvs mailing list