]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/parallel/base.h
types.h: Move enum parallelism here.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 15 Feb 2008 22:55:14 +0000 (22:55 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 15 Feb 2008 22:55:14 +0000 (22:55 +0000)
commit847eb5516fad658dfdf9d1d4b5ec2eec5e628fdd
tree9f3bbe671a305300df03669d118aef62e91ed107
parent750606c6b235a3d7e1d5fcdfbc5f3f1f68efcefe
types.h: Move enum parallelism here.

2008-02-15  Benjamin Kosnik  <bkoz@redhat.com>

* include/parallel/types.h: Move enum parallelism here.  Use
tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t,
uint64_t.
* include/parallel/multiseq_selection.h: Adjust for cstdint.
* include/parallel/compatibility.h: Same.
* include/parallel/tags.h: Just compile-time tags.
* include/parallel/base.h: Put namespace bits here.

* src/Makefile.am (PARALLEL_FLAGS): Use it.
* src/Makefile.in: Regenerate.

* testsuite/25_algorithms/nth_element/1.cc: Add test variable.

From-SVN: r132354
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/parallel/base.h
libstdc++-v3/include/parallel/compatibility.h
libstdc++-v3/include/parallel/multiseq_selection.h
libstdc++-v3/include/parallel/random_number.h
libstdc++-v3/include/parallel/random_shuffle.h
libstdc++-v3/include/parallel/tags.h
libstdc++-v3/include/parallel/types.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/parallel_list.cc
libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc