bitset (operator[]): Make constexpr.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 20 Jul 2011 15:44:18 +0000 (15:44 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 20 Jul 2011 15:44:18 +0000 (15:44 +0000)
commit07be61200c8b5ed4b686450d57a590eaeffe66c7
tree873f613634a39854acddbb6e270df0b8c9aea14f
parent02aec184ceac620e40e15dbb78fa7d43d4a40972
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr.cc [new file with mode: 0644]