AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

stl_CompConf.h

Go to the documentation of this file.
00001 #ifndef STL_COMPILER_CONFIG_H
00002 #define STL_COMPILER_CONFIG_H
00003 
00008 // Uncomment this to use the STLPort-namespace
00009 // #define _STLNAMESPACE 1 
00010 
00011 #if defined __xlC__ && __IBMCPP__ >= 500
00012 # define _STLNAMESPACE 1
00013 #endif
00014 
00015 #ifndef __STL_NSP_MACRO
00016 # if __KCC || __GNUC__ >= 3
00017 #  define __STL_NSP(name)  std::name
00018 # else
00019 #  ifdef _STLNAMESPACE
00020 #   define __STL_NSP(name)  _STL::name
00021 #  else
00022 #   define __STL_NSP(name)  name
00023 #  endif
00024 # endif
00025 # define __STL_NSP_MACRO
00026 #endif
00027 
00028 // Old compilers should use STLPort 3.0
00029 #if (__GNUC__==2 && __GNUC_MINOR__ < 8) || (defined __xlC__ && __IBMCPP__ < 360)
00030 # include "stl_config.h" 
00031 #endif
00032 
00033 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04