OpenASIP
2.0
|
#include "tce_config.h"
Go to the source code of this file.
Macros | |
#define | hash_set std::set |
#define | BOOST_NO_HASH |
Definition for a hash set.
Hash set provides amortized constant time access for situations in which the keys need not to be stored in sorted order. hash_set is not provided by STL. It's usually provided as an STL extension. For example, SGI STL implements it. This header selects the best possible implementation for hash_set available in the system.
Definition in file hash_set.hh.
#define BOOST_NO_HASH |
Check for STLport hash_map
Check for Intel's compiler. It seems Intel's compiler provides compatibility for GNU so HASHMAP_GNU_EXT gets defined.
Definition at line 79 of file hash_set.hh.
#define hash_set std::set |
Definition at line 69 of file hash_set.hh.