Remove _GLIBCXX14_USE_CONSTEXPR
commit702bea7a5d49b1156a0fcbed39ad10fbc5cb58dd
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2016 09:36:28 +0000 (25 09:36 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2016 09:36:28 +0000 (25 09:36 +0000)
tree6f8b0c868efc585b3989ba8228cf1747456b2db6
parent14240409c384628d428fb9cc84cbda90d54732d9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236697 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/hashtable_policy.h