[Mpi-22] Call for MPI 2.2 agenda items
Dries Kimpe
Dries.Kimpe at [hidden]
Mon May 5 17:23:06 CDT 2008
* Rajeev Thakur <thakur_at_[hidden]> [2008-05-05 15:36:01]:
> * MPI_CHAR, MPI::CHAR should be signed char or char?
In C and C++, char, signed char and unsigned char are all distinct
types.
(And in C++, wchar_t is yet another type; In C it is a typedef
and thus not a new type but an alias)
Char can either be signed or unsigned and this is platform/compiler
dependent. So MPI_CHAR and MPI::CHAR should be whatever the
compiler/platform thinks and cannot be fixed in the standard to
be signed or unsigned.
Dries
*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 01-part
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.mpi-forum.org/pipermail/mpi-22/attachments/20080506/2b021b44/attachment.pgp>
More information about the Mpi-22
mailing list