[Libreoffice-commits] core.git: bridges/source
tymyjan
tymyjan at yahoo.co.uk
Thu Apr 28 07:27:19 UTC 2016
bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 12694155608762056d5cbf0f89dd1675a7aefb45
Author: tymyjan <tymyjan at yahoo.co.uk>
Date: Wed Apr 27 21:09:28 2016 +0200
tdf#97499 Fixed containers parameters clearing #7
Change-Id: Ieb9ab0f9c011a24ba329cfb063e3d7733dd1afcb
Reviewed-on: https://gerrit.libreoffice.org/24440
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index f16e0d4..9d8056d 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -309,7 +309,7 @@ static inline OUString toRTTIname(
//RTTI simulation
-typedef std::unordered_map< OUString, void *, OUStringHash, equal_to< OUString > > t_string2PtrMap;
+typedef std::unordered_map< OUString, void *, OUStringHash > t_string2PtrMap;
class __type_info_descriptor;
class RTTInfos
More information about the Libreoffice-commits
mailing list