Changes between Version 2 and Version 3 of Ticket #332, comment 1
- Timestamp:
- Sep 28, 2018, 10:56:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #332, comment 1
v2 v3 1 You can actually use !__WCHAR_MIN!__ and !__WCHAR_MAX!__gcc built in defines for this: they always match the real wchar_t size.1 You can actually use {{{__WCHAR_MIN__}}} and {{{__WCHAR_MAX__}}} gcc built in defines for this: they always match the real wchar_t size. 2 2 3 3 See also https://github.com/psmedley/gcc/issues/30 and https://github.com/bitwiseworks/libc/issues/8.