14 #ifndef ECO_HASH_MAP_H 15 #define ECO_HASH_MAP_H 17 #if defined(HASH_hash_map) 18 # if (defined(__GNUC__) && __GNUC__>=3) 19 # include <backward/hash_map.h> 28 template <
class K,
class T>
class hash_map:
public std::map<K,T> {};
_OPENMP
Definition: accessor.h:16
Definition: eco_hashmap.h:28