S
Sourabh Daptardar
Why is register storage specifier not allowed for class member
variables?
<snip>
ISO standard : Section 9.2 ; point 6 :
-6- A member shall not be auto, extern, or register.
</snip>
I believe it is not related to object storage being contiguous,
discontiguous or contiguous with gaps.
Can some one throw light on this ?
Regards,
Sourabh
variables?
<snip>
ISO standard : Section 9.2 ; point 6 :
-6- A member shall not be auto, extern, or register.
</snip>
I believe it is not related to object storage being contiguous,
discontiguous or contiguous with gaps.
Can some one throw light on this ?
Regards,
Sourabh