[cfe-commits] [PATCH][Options] make Option a value type.

Michael Spencer bigcheesegs at gmail.com
Mon Oct 8 13:21:41 PDT 2012


On Fri, Oct 5, 2012 at 7:58 AM, Daniel Dunbar <daniel.dunbar at gmail.com> wrote:
> Can you remind me why this is necessary or desirable?
>
>  - Daniel

It is not necessary, but it is desirable because it is simpler than
dynamically creating them.

- Michael Spencer

>
>
> On Oct 3, 2012, at 13:09, Michael Spencer <bigcheesegs at gmail.com> wrote:
>
>> This patch makes the Option class a cheap to construct and copy value type.
>>
>> - Michael Spencer
>> <0001-Options-make-Option-a-value-type.patch>



More information about the cfe-commits mailing list