only the macro definitions from visible (sub)modules will actually be visible. This provides the same behavior for macros that r145640 provided for declarations. llvm-svn: 145683
5 lines
82 B
C++
5 lines
82 B
C++
template<typename Key, typename Data> class hash_map { };
|
|
|
|
#define HAVE_HASH_MAP
|
|
|