Skip to site navigation (Press enter)
Is using a union through more than one member legal in D?
Ali Çehreli
Tue, 04 May 2010 11:45:11 -0700
It is unspecified behavior in C++ to access any member of a union other
than the one that was used last to store a value in it.
Is that the case with D as well?
Ali
Previous message
View by thread
View by date
Next message
Is using a union through more than one member legal in D?
Ali Çehreli
Re: Is using a union through more than one member legal ...
div0
Re: Is using a union through more than one member legal ...
bearophile
Re: Is using a union through more than one member le...
div0
Re: Is using a union through more than one membe...
bearophile
Reply via email to
Search the site
The Mail Archive home
digitalmars-d-learn - all messages
digitalmars-d-learn - about the list
Expand
Previous message
Next message