In "Other Set-Like Container Options":
- Drops the references to C++ TR1 and SGI and hash_set.
- Drops the worry about portability (this was a problem with hash_set, but std::unordered_set has worked portably since LLVM started depending on C++11).
It is similar in "Other Map-Like Container Options" section.
See the proposed edit, which: