[Webkit-unassigned] [Bug 54807] Always explicitly use "signed" keyword to declare signed bitfields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 19 22:31:19 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54807





--- Comment #5 from Daniel Bates <dbates at webkit.org>  2011-02-19 22:31:19 PST ---
(In reply to comment #4)
> But a "signed int" type doesn't exist in C++, does it? See the spec, paragraph 3.9.1.

Notice, section 3.9.1 of <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3092.pdf> describes the fundamental types of the C++ language and "signed" is a simple-type-specifier (see section 7.1.6.2). In describing 7.1.6 (2) it's mentioned that "signed" can be combined with the fundamental type "int".

For completeness, this specifier as well as the valid combinations of simple-type-specifiers is summarized in Table 9.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list