<div dir="ltr">Comment updated in r224619<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 18, 2014 at 7:20 AM, JinGu Kang <span dir="ltr"><<a href="mailto:jingu@codeplay.com" target="_blank">jingu@codeplay.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi all,<br>
<br>
I have a compilation failure with 'insert' member function of SmallPtrSetImpl class because the return value is changed from r222334. But the comment of the function is same with before as follows:<br>
<br>
  /// insert - This returns true if the pointer was new to the set, false if it<br>
  /// was already in the set.<br>
  std::pair<iterator, bool> insert(PtrType Ptr) {<br>
    auto p = insert_imp(PtrTraits::<u></u>getAsVoidPointer(Ptr));<br>
    return std::make_pair(iterator(p.<u></u>first, CurArray + CurArraySize), p.second);<br>
  }<br>
<br>
If the comment is changed, please change it.<br>
<br>
Thanks,<br>
JinGu Kang<br>
<br>
<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div></div></div>