I gather unrestricted unions as one of the functionality being put forth in C++11. Can anyone please explain the semantics behind this and the advantages it provides?
I gather unrestricted unions as one of the functionality being put forth in C++11.
Share
There is an explaination on Wikipedia : http://en.wikipedia.org/wiki/C%2B%2B0x#Unrestricted_unions
Search there first before asking about C++0x features explainations.
Unrestricted unions