00001
00015
00016 #ifndef SPARSE_TAG_HPP
00017 #define SPARSE_TAG_HPP
00018
00019 #ifndef IS_BUILDING_MB
00020 #error "SparseTag.hpp isn't supposed to be included into an application"
00021 #endif
00022
00023 #ifdef WIN32
00024 #pragma warning( disable : 4786 )
00025 #endif
00026
00027 #include "moab/MOABConfig.h"
00028 #define STRINGIFY_( X ) #X
00029 #define STRINGIFY( X ) STRINGIFY_( X )
00030 #ifdef MOAB_HAVE_UNORDERED_MAP
00031 #include STRINGIFY( MOAB_HAVE_UNORDERED_MAP )
00032 #else
00033 #include