On 10/10/11 11:02 PM, Robert Jacques wrote:
On Mon, 10 Oct 2011 11:09:34 -0400, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote:On 10/10/11 7:01 AM, Steve Teale wrote:[snip]That's a bug in std.variant. Large structs should be supported automatically by using an indirection and dynamic allocation.For what it's worth, my improved Variant proposal, does do that. (i.e. it fixes the bug)
Is it ready for review? Andrei