Andrei Alexandrescu wrote: > That's why I want to add no member functions to Optional. The test for > null will be a free function.
I don't you can implement Optional without at least one (possibly private) data member. Does 'alias this' shadow private data members? -- Rainer Deyke - [email protected]
