Jelajahi Sumber

whoops, templates shouldn't be expcled

David Rose 18 tahun lalu
induk
melakukan
a5ddc4961a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      panda/src/putil/simpleHashMap.h

+ 1 - 1
panda/src/putil/simpleHashMap.h

@@ -40,7 +40,7 @@
 //               entry is stored per each different key pointer.
 //               entry is stored per each different key pointer.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
 template<class Key, class Value, class Compare = method_hash<Key, less<Key> > >
-class EXPCL_PANDA_PUTIL SimpleHashMap {
+class SimpleHashMap {
 public:
 public:
 #ifndef CPPPARSER
 #ifndef CPPPARSER
   INLINE SimpleHashMap(const Compare &comp = Compare());
   INLINE SimpleHashMap(const Compare &comp = Compare());