On 11/08/2011 08:10 PM, Martin Nowak wrote:
On Tue, 08 Nov 2011 02:08:27 +0100, Walter Bright
<[email protected]> wrote:
http://drdobbs.com/blogs/cpp/231902461
Anyone want to do the reddit honors?
I personally find it much more astonishing that inout methods finally work.
All of this with one method definition, without const_cast macros,
without overload ambiguities
but with transitive qualifier safety.
Actually, we don't have the transitive qualifier safety yet:
http://d.puremagic.com/issues/show_bug.cgi?id=6912
But it should be a fairly easy fix to do.