Changes between Initial Version and Version 1 of Ticket #332, comment 1


Ignore:
Timestamp:
Sep 28, 2018, 8:56:05 PM (6 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #332, comment 1

    initial v1  
    1 You can actually use __WCHAR_MIN__ and __WCHAR_MAX__ gcc built in defines for this: they always match the real wchar_t size.
     1You can actually use !__WCHAR_MIN__ and !__WCHAR_MAX__ gcc built in defines for this: they always match the real wchar_t size.
    22
    33See also https://github.com/psmedley/gcc/issues/30 and https://github.com/bitwiseworks/libc/issues/8.