 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Me Guest
|
Posted: Tue Apr 26, 2005 2:45 pm Post subject: Defect Report: simple-type-specifers table has outdated capt |
|
|
[note: forwarded to C++ Committee. -sdc ]
7.1.5.2/caption for Table 7:
"It is implementation-defined whether bit-fields and objects of char
type are represented as signed or unsigned quantities. The signed
specifier forces char objects and bit-fields to be signed; it is
redundant with other integral types."
The last sentence in that quote is misleading w.r.t. bit-fields. The
first sentence in that quote correct but incomplete.
Proposed fix: change the two sentences to read: "It is
implementation-defined whether objects of char type are represented as
signed or unsigned quantities. The signed specifier forces char objects
signed, it is redundant with other integral types except when declaring
bit-fields (9.6)."
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|