Fix build of pgsql connector (std::hash -> boost::hash)

This commit is contained in:
Fridrich Štrba
2011-12-07 22:21:18 +01:00
parent 2ef7f7efbf
commit e05856c798
3 changed files with 2 additions and 10 deletions

View File

@@ -1455,7 +1455,7 @@ typedef ::boost::unordered_map
<
sal_Int32,
DatabaseTypeDescription,
::std::hash< sal_Int32 >,
::boost::hash< sal_Int32 >,
::std::equal_to< sal_Int32 >,
Allocator< ::std::pair< sal_Int32, DatabaseTypeDescription > >
> Oid2DatabaseTypeDescriptionMap;