[PATCH] yaml2coff/elf: Touchup for compatibility.

Will Dietz wdietz2 at uiuc.edu
Fri Sep 27 13:55:24 PDT 2013


std::vector<>::data() is not part of the standard until C++11, so this
avoids using it entirely.

~Will

On Fri, Sep 27, 2013 at 3:46 PM, Sean Silva <silvas at purdue.edu> wrote:
> What is this working around? Is calling OS.write with a size of 0 not
> allowed?
>
> -- Sean Silva
>
>
> On Thu, Sep 26, 2013 at 6:01 PM, Will Dietz <wdietz2 at uiuc.edu> wrote:
>>
>> See attached.
>>
>> Thanks!
>>
>> ~Will
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>



More information about the llvm-commits mailing list