diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2011-07-20 15:44:18 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2011-07-20 15:44:18 +0000 |
commit | 07be61200c8b5ed4b686450d57a590eaeffe66c7 (patch) | |
tree | 873f613634a39854acddbb6e270df0b8c9aea14f /libstdc++-v3/ChangeLog | |
parent | 02aec184ceac620e40e15dbb78fa7d43d4a40972 (diff) | |
download | gcc-07be61200c8b5ed4b686450d57a590eaeffe66c7.zip gcc-07be61200c8b5ed4b686450d57a590eaeffe66c7.tar.gz gcc-07be61200c8b5ed4b686450d57a590eaeffe66c7.tar.bz2 |
bitset (operator[]): Make constexpr.
2011-07-20 Benjamin Kosnik <bkoz@redhat.com>
* include/std/bitset (operator[]): Make constexpr.
* testsuite/23_containers/bitset/operations/constexpr.cc: New.
From-SVN: r176519
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 519f9cb..d5b7598 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-07-20 Benjamin Kosnik <bkoz@redhat.com> + + * include/std/bitset (operator[]): Make constexpr. + * testsuite/23_containers/bitset/operations/constexpr.cc: New. + 2011-07-20 Paolo Carlini <paolo.carlini@oracle.com> * include/debug/safe_local_iterator.h (_Safe_local_iterator<>:: |