some more unordered containers

This commit is contained in:
Fridrich Štrba 2011-02-05 15:43:58 +01:00
parent f96236023a
commit 96fede799a

View file

@ -29,7 +29,7 @@
#ifndef _WEBDAV_UCP_PROPERTYMAP_HXX
#define _WEBDAV_UCP_PROPERTYMAP_HXX
#include <hash_set>
#include <boost/unordered_set.hpp>
#include <com/sun/star/beans/Property.hpp>
namespace webdav_ucp {
@ -53,7 +53,7 @@ struct hashPropertyName
}
};
typedef std::hash_set
typedef boost::unordered_set
<
::com::sun::star::beans::Property,
hashPropertyName,