<div dir="ltr">Hi everyone. I noticed that although DenseMap has an internal InsertIntoBucket(KeyT&&, ValueT&&) method for move-initializing buckets, it had no public-facing insert(value_type&&) method. Here's a patch that adds that in if LLVM_HAS_RVALUE_REFERENCES is set. Let me know if it looks OK. Thanks!<div>
<br></div><div style>-Joe</div></div>