Kaydet (Commit) c6686fee authored tarafından Caolán McNamara's avatar Caolán McNamara

remove boost::unordered_* from comments

seeing as config.h has just changed

Change-Id: Ia4b78ec4c2522a1b5d6beb1f713855b654234a24
üst a4b0078b
......@@ -905,7 +905,7 @@ public:
@return a hash code value for this object.
@see rtl::OStringHash for convenient use of boost::unordered_map
@see rtl::OStringHash for convenient use of std::unordered_map
*/
sal_Int32 hashCode() const
{
......@@ -1690,7 +1690,7 @@ inline std::basic_ostream<charT, traits> & operator <<(
/** A helper to use OStrings with hash maps.
Instances of this class are unary function objects that can be used as
hash function arguments to boost::unordered_map and similar constructs.
hash function arguments to std::unordered_map and similar constructs.
*/
struct OStringHash
{
......
......@@ -1309,7 +1309,7 @@ public:
@return a hash code value for this object.
@see rtl::OUStringHash for convenient use of boost::unordered_map
@see rtl::OUStringHash for convenient use of std::unordered_map
*/
sal_Int32 hashCode() const
{
......@@ -2488,7 +2488,7 @@ inline std::basic_ostream<charT, traits> & operator <<(
/** A helper to use OUStrings with hash maps.
Instances of this class are unary function objects that can be used as
hash function arguments to boost::unordered_map and similar constructs.
hash function arguments to std::unordered_map and similar constructs.
*/
struct OUStringHash
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment