
31 May
2012
31 May
'12
2:03 a.m.
2012/5/31 Michel Morin <mimomorin@gmail.com>:
I'm concerned about taking one-past-the-end pointer of non-array object. Is this guaranteed to work? If so, could you tell me which part of the Standard guarantee it?
standard part is follow: 5.7.4 For the purposes of these operators, a pointer to a nonarray object behaves the same as a pointer to the first element of an array of length one with the type of the object as its element type.