From ce7f442bd0b600c0acc74d4757e894a2ba382c53 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Jan 2015 08:15:57 +0000 Subject: boost::unordered_map->std::unordered_map Change-Id: I3a16703727f1a421e0ed18079e14219a4feeb8c8 --- bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx') diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx index 4814a2400cf0..b1e40bdf65e9 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx @@ -28,7 +28,6 @@ #include #include "boost/static_assert.hpp" -#include "boost/unordered_map.hpp" #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/genfunc.hxx" #include @@ -37,7 +36,7 @@ #include "rtl/ustrbuf.hxx" #include "typelib/typedescription.h" #include "uno/any2.h" - +#include #include "share.hxx" using namespace ::osl; @@ -144,7 +143,7 @@ static OUString toUNOname( char const * p ) class RTTI { - typedef boost::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; + typedef std::unordered_map< OUString, std::type_info *, OUStringHash > t_rtti_map; Mutex m_mutex; t_rtti_map m_rttis; -- cgit ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author