future_cxx icon indicating copy to clipboard operation
future_cxx copied to clipboard

c23_draft (n3054): SHRT_WIDTH is missing in Annex E, statement #3

Open winspool opened this issue 2 years ago • 0 comments

In Annex E, sentence #3, there is no SHRT_WIDHT listed. This is wrong, as SHRT_WIDTH is used in the comments of SHRT_MAX and SHRT_MIN in the same section. (Page 506).

SHRT_WIDTH is also mentioned in § 5.2.4.2.1 in the text below USHRT_WIDTH (Page 21)

SHRT_WIDTH is also listed in §B.9 (Page 478)

Implementation example from clang: https://github.com/llvm/llvm-project/blob/main/clang/lib/Headers/limits.h#L74

-- Regards ... Detlef

winspool avatar Sep 09 '22 10:09 winspool