Add C++17 constexpr to debug and profile mode arrays
authorJonathan Wakely <jwakely@redhat.com>
Tue, 23 Aug 2016 15:54:57 +0000 (16:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 23 Aug 2016 15:54:57 +0000 (16:54 +0100)
commite90a801017321bc22df4c5836b93a87912e50d0d
tree951e2f0a13e2e380aba89c72e2b4b574dc9eefef
parent027f10047bf1aa24b2e8e441b554c457a6132686
Add C++17 constexpr to debug and profile mode arrays

* include/debug/array (array): Add _GLIBCXX17_CONSTEXPR.
* include/profile/array (array): Likewise.
(array::swap): Fix exception specification for zero-sized arrays.

From-SVN: r239705
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/array
libstdc++-v3/include/profile/array