Remove _GLIBCXX14_USE_CONSTEXPR
authorJonathan Wakely <jwakely@redhat.com>
Wed, 25 May 2016 09:36:28 +0000 (10:36 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 25 May 2016 09:36:28 +0000 (10:36 +0100)
commit834f4c435552e158829d25745962d4d3564beb93
tree6f8b0c868efc585b3989ba8228cf1747456b2db6
parent6aa1abe5f29491a70fda964f13427a82fd65df95
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.

From-SVN: r236697
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/hashtable_policy.h