[v3] parallel mode use cstdint

Benjamin Kosnik bkoz@redhat.com
Fri Feb 15 20:48:00 GMT 2008


First in a series of 3 patches fixing parallel mode settings. This was
originally posted as part of libstdc++/34797: I'm breaking it into
three pieces and posting individually.

This patch uses stdint's int64_t instead of the current
__gnu_parallel::int64, et. al. By doing this, we have consistent type
usage across C/C++, with the downside of having std::tr1 injected when
using parallel mode. I think the removal of "sound alike" typedefs
outweighs the (slight) disadvantage.

-benjamin

tested x86/linux
tested x86/linux parallel mode
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p.20080215-1
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080215/fc2bd7f6/attachment.ksh>


More information about the Libstdc++ mailing list