summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_tools.hxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-09-06 23:13:13 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-11-17 21:15:27 +0100
commit969bf70f1bbe62d61fcaa87236b5d0f5e03a4a52 (patch)
tree7463ba7ebe3f6eb8d6697ead8e3fb6ea6c0ed827 /connectivity/source/drivers/postgresql/pq_tools.hxx
parent1ed8d09f679c321870c94cc18b171a4267fd2197 (diff)
pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_map
Compatibility with non-bleeding edge C++ compilers/library environments
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_tools.hxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_tools.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_tools.hxx b/connectivity/source/drivers/postgresql/pq_tools.hxx
index 71de5ee44164..137fa3c7577a 100644
--- a/connectivity/source/drivers/postgresql/pq_tools.hxx
+++ b/connectivity/source/drivers/postgresql/pq_tools.hxx
@@ -58,9 +58,6 @@
*
* Contributor(s): Joerg Budischewski
*
- * Non-Sun changes:
- * * august 2011: switch to unordered_map instead of deprecated hash_map
- *
************************************************************************/
#ifndef _PQ_TOOLS_
@@ -163,7 +160,7 @@ com::sun::star::uno::Sequence< sal_Int32 > string2intarray( const ::rtl::OUStrin
com::sun::star::uno::Sequence< rtl::OUString > convertMappedIntArray2StringArray(
const Int2StringMap &map, const com::sun::star::uno::Sequence< sal_Int32> &source );
-typedef std::unordered_map
+typedef ::boost::unordered_map
<
::rtl::OString,
::rtl::OString,