<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Thanks David,<br>
<br>
JinGu Kang<br>
<br>
<div class="moz-cite-prefix">19/12/14 21:46, David Blaikie 쓴 글:<br>
</div>
<blockquote
cite="mid:CAENS6EuDf2T6LRod4owhseK25NV2cOwL=bmAzP++YDF59UBXeg@mail.gmail.com"
type="cite">
<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 moz-do-not-send="true"
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::getAsVoidPointer(Ptr));<br>
return std::make_pair(iterator(p.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>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a moz-do-not-send="true"
href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>
<a moz-do-not-send="true"
href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a moz-do-not-send="true"
href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev"
target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote>
</div>
</div>
</div>
</blockquote>
<br>
</body>
</html>