<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 8, 2016 at 12:59 PM, Montana Burr via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><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"><div dir="ltr">Hi,<div><br></div><div>    I'm new to C++, and I've been doing some research on unordered_sets. As I understand, an unordered_set is a hash table that contains a key that is also its value. What I'd like to know is how Clang figures out where objects in unordered_sets go.</div><span class=""><font color="#888888"><div>-- </div></font></span></div></blockquote><div><br></div><div>Clang is a compiler front-end. unordered_set should be implemented by the standard library. Is this what you're after: <a href="https://github.com/llvm-mirror/libcxx/blob/master/include/unordered_set">https://github.com/llvm-mirror/libcxx/blob/master/include/unordered_set</a> ?</div><div><br></div><div>Eli</div><div><br></div><div> </div></div></div></div>