On Thursday, 25 June 2015 at 20:58:41 UTC, Walter Bright wrote:
On 6/25/2015 11:54 AM, Andrei Alexandrescu wrote:
Result. No stuttering please. -- Andrei
Also, consider that the mangled name includes the parent
algorithm name. Let's not make mangled names excessively large,
even if it is an implementation problem that we should address
on its own anyway.
It makes sense when we've been forced to make it so that the type
isn't actually Voldemort type (e.g. FilterResult is a private
struct outside of filter), but when it's actually a Voldemort
type, Result should work just fine.
- Jonathan M Davis