R
.rhavin grobert
in anonymous unions you can overload the operators
(at least, it seems to work with my compiler;-), but ...
union {
//whatever
operator= (...);
} foo;
.... is there a way to overload the ctor?
(at least, it seems to work with my compiler;-), but ...
union {
//whatever
operator= (...);
} foo;
.... is there a way to overload the ctor?