📄 stl_sgi.h
字号:
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
# include <standards.h>
# define __EDG_SWITCHES
// any version ???
# define __STL_AUTOMATIC_TYPE_TRAITS 1
# define __STL_USE_SGI_STRING 1
# define __STL_HAS_NO_NEW_C_HEADERS 1
// # define __STL_NEED_EXPLICIT 1
// # define __STL_NO_NEW_STYLE_CASTS 1
// # define __STL_NEED_MUTABLE 1
// # define __STL_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
// # define __STL_NO_DEFAULT_NON_TYPE_PARAM 1
// # define __STL_STATIC_CONST_INIT_BUG 1
# if !defined(_BOOL)
# define __STL_NO_BOOL
# endif
# if defined(_MIPS_SIM) && _MIPS_SIM == _ABIO32
# define __STL_STATIC_CONST_INIT_BUG
# endif
# if defined(_MIPS_SIM) && _MIPS_SIM != _MIPS_SIM_ABIO32
# define __STL_DEFAULT_CONSTRUCTOR_BUG
# endif
# if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
# define __STL_NO_MEMBER_TEMPLATE_KEYWORD
# endif
# if !defined(_STANDARD_C_PLUS_PLUS)
# define __STL_NO_EXPLICIT_FUNCTION_TMPL_ARGS
# endif
# if !((_COMPILER_VERSION >= 721) && defined(_NAMESPACES))
# define __STL_HAS_NO_NAMESPACES
# endif
# if (_COMPILER_VERSION < 721)
# define __STL_NO_EXCEPTION_HEADER
# endif
# if _COMPILER_VERSION < 730 || !defined(_STANDARD_C_PLUS_PLUS) || !defined(_NAMESPACES)
# define __STL_NO_BAD_ALLOC
# endif
# if defined(_LONGLONG) && defined(_SGIAPI) && _SGIAPI
# define __STL_LONG_LONG
# endif
# if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
# define __STL_HAS_NO_NEW_IOSTREAMS
# endif
# if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
# define __STL_NO_AT_MEMBER_FUNCTION
# endif
# if !(_COMPILER_VERSION >= 730 && defined(_STANDARD_C_PLUS_PLUS))
# define __STL_NO_TEMPLATE_CONVERSIONS
# endif
# if !((_COMPILER_VERSION >= 730) && defined(_MIPS_SIM) && _MIPS_SIM != _ABIO32)
# define __STL_NO_FUNCTION_TMPL_PARTIAL_ORDER
# endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -