base.h: Take integer types from <tr1/cstdint>.
authorJohannes Singler <singler@ira.uka.de>
Fri, 2 Oct 2009 07:47:48 +0000 (07:47 +0000)
committerJohannes Singler <singler@gcc.gnu.org>
Fri, 2 Oct 2009 07:47:48 +0000 (07:47 +0000)
commit63ffc486171b8fb7402fd345c2544318a53111aa
treef960a055d1cff9e78b6714ae7eb260dbedd79e90
parente6d92cecfb2fa189ee958ea4574ffd8a1109a022
base.h: Take integer types from <tr1/cstdint>.

2009-10-02  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/base.h: Take integer types from <tr1/cstdint>.
        * include/parallel/compatibility.h: Likewise.
        * include/parallel/multiseq_selection.h: Likewise.
        * include/parallel/random_shuffle.h: Likewise.
        * include/parallel/random_number.h: Likewise;
        use numeric_limits<>::digit instead of sizeof()*8.
        * include/parallel/types.h: Likewise.
        * doc/html/manual/bk01pt12ch31s03.html:
        Document dependency on stdint.h.

From-SVN: r152396
libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/bk01pt12ch31s03.html
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/types.h