[PATCH] yaml2coff/elf: Touchup for compatibility.

Will Dietz wdietz2 at uiuc.edu
Fri Sep 27 14:00:06 PDT 2013


The ambiguity I'm encountering is between:

std::string::append(size_t, char);
template <class InputIterator> std::string::append(InputIterator
first, InputIterator last) [with InputIterator=int]

This patch makes it clear the '0' is a char and therefore should be
using the first version.

Does that make sense/sound good? :)

~Will

On Fri, Sep 27, 2013 at 2:56 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> LGTM.
>
> Just out of curiosity, what is the ambiguity that you are getting with int,int?
>
> On 26 September 2013 18:01, 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