]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/23_containers/map/operations/count.cc
count.cc: New.
authorPaolo Carlini <paolo@gcc.gnu.org>
Fri, 28 Oct 2011 11:54:04 +0000 (11:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 28 Oct 2011 11:54:04 +0000 (11:54 +0000)
commit4a6b297c988434269153703b27fff9e9037894fb
tree4951b69b2285d4676dca4199f19c9039eef48383
parentb27df4bbaf6b18a2ef60b585c6706f89b36affa1
count.cc: New.

2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/unordered_map/operations/count.cc: New.
* testsuite/23_containers/multimap/operations/count.cc: Likewise.
* testsuite/23_containers/set/operations/count.cc: Likewise.
* testsuite/23_containers/unordered_multimap/operations/count.cc:
Likewise.
* testsuite/23_containers/unordered_set/operations/count.cc: Likewise.
* testsuite/23_containers/multiset/operations/count.cc: Likewise.
* testsuite/23_containers/unordered_multiset/operations/count.cc:
Likewise.
* testsuite/23_containers/map/operations/count.cc: Likewise.

From-SVN: r180612
libstdc++-v3/testsuite/23_containers/map/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/set/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_map/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_set/operations/count.cc [new file with mode: 0644]