Kaydet (Commit) 0dfcb858 authored tarafından Noel Grandin's avatar Noel Grandin

boost::unordered_map->std::unordered_map in bridges

Change-Id: Idf77d0871f932cf94003013db81c1bb67edbef16
üst 0ee9022f
......@@ -23,7 +23,7 @@
#include <sal/config.h>
#include <boost/noncopyable.hpp>
#include <boost/unordered_map.hpp>
#include <unordered_map>
#include "jni_base.h"
......@@ -114,7 +114,7 @@ struct JNI_type_info_holder: private boost::noncopyable
{}
};
typedef ::boost::unordered_map<
typedef ::std::unordered_map<
OUString, JNI_type_info_holder, OUStringHash > t_str2type;
class JNI_info: private boost::noncopyable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment