Kaydet (Commit) b3e9505c authored tarafından Joseph Powers's avatar Joseph Powers

Remove "Visual C++, 32-bit, version 5.0" and prior version of T2TypeClassMap

Fridrich Strba removed this support in his patches to change the class from
a std::hash to a boost::unordered_map.
üst dc19cced
...@@ -39,16 +39,6 @@ class RegistryKey; ...@@ -39,16 +39,6 @@ class RegistryKey;
namespace typereg { class Reader; } namespace typereg { class Reader; }
#if defined( _MSC_VER ) && ( _MSC_VER < 1200 )
typedef ::std::__hash_map__
<
::rtl::OString, // Typename
RTTypeClass, // TypeClass
HashString,
EqualString,
NewAlloc
> T2TypeClassMap;
#else
typedef boost::unordered_map typedef boost::unordered_map
< <
::rtl::OString, // Typename ::rtl::OString, // Typename
...@@ -56,7 +46,6 @@ typedef boost::unordered_map ...@@ -56,7 +46,6 @@ typedef boost::unordered_map
HashString, HashString,
EqualString EqualString
> T2TypeClassMap; > T2TypeClassMap;
#endif
namespace unodevtools { namespace unodevtools {
......
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