
8 May
2004
8 May
'04
2:29 a.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:001701c43441$fb8d8150$1d00a8c0@pdimov2... | This however reminds me about a related issue. If I read the implementation | correctly, the size of T[N] is usually N, but it's N-1 when T is char or | wchar_t. I understand that this is being done to support "character | literals", but it obviously has the potential to introduce subtle off by one | bugs, especially in generic code. That would be bad especially since it's supposed to remove off-by-one bugs. Exactly kind of trouple are you talking about? br Thorsten