[PATCH] yaml2coff/elf: Touchup for compatibility.
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Sep 27 14:05:39 PDT 2013
On 27 September 2013 17:00, Will Dietz <wdietz2 at uiuc.edu> wrote:
> 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? :)
LGTM.
More information about the llvm-commits
mailing list