classname::classname a type ?

O

Oliver S.

There are compilers that allow sizeof(classname::classname) as a
synonym to sizeof(classname); has anyone found something about this
in the ISO-std ? I doubt that this is legal.
 
W

White Wolf

Oliver said:
There are compilers that allow sizeof(classname::classname) as a
synonym to sizeof(classname); has anyone found something about this
in the ISO-std ? I doubt that this is legal.

All I can imagine is the size of a function pointer of the constructor,
which would make sense here. But according to the standard the constructor
does not have a name and its address cannot be taken (I was told so)... so
it all makes no sense to me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top