Sha256: b9b3375de265112b880cfb7e7632648006d3f85a60aa4eabb87d82b491bb1012

Contents?: true

Size: 1.44 KB

Versions: 135

Compression:

Stored size: 1.44 KB

Contents

/*========================================== */
#if 1 /* def _STLP_3_COMPATIBILITY */

# define __SGI_STL_PORT  _STLPORT_VERSION

# if defined (_STLP_DEBUG) && ! defined ( __STL_DEBUG )
#  define __STL_DEBUG _STLP_DEBUG
# endif

# if defined (_STLP_USE_NAMESPACES)
#  undef  __STL_USE_NAMESPACES
#  define __STL_USE_NAMESPACES _STLP_USE_NAMESPACES
# endif

# if defined (_STLP_USE_EXCEPTIONS)
#  undef  __STL_USE_EXCEPTIONS
#  define __STL_USE_EXCEPTIONS _STLP_USE_EXCEPTIONS
# endif

# if defined (_STLP_BEGIN_NAMESPACE) && ! defined ( __STL_BEGIN_NAMESPACE )
#  define __STL_BEGIN_NAMESPACE _STLP_BEGIN_NAMESPACE
#  define __STL_END_NAMESPACE _STLP_END_NAMESPACE
#  define __STL_VENDOR_STD _STLP_VENDOR_STD
#  define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
# endif
# endif

/*
# if defined (_STLP_XXX) && ! defined ( __STL_XXX )
#  define __STL_XXX _STLP_XXX
# endif
*/

/* 5.0 -> 4.6 compatibility section */
#if 1 /* def _STLP_46_COMPATIBILITY */

#ifndef  _STLP_USING_NAMESPACE_BUG
# define _STLP_USING_NAMESPACE_BUG
#endif

/* provide a uniform way to access full funclionality */
# define __slist__         slist
# define __map__           map
# define __multimap__      multimap
# define __set__           set
# define __multiset__      multiset
# define __list__          list
# define __hash_map__      hash_map
# define __hash_multimap__ hash_multimap
# define __hash_set__      hash_set
# define __hash_multiset__ hash_multiset
# define __vector__        vector

#endif

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-7.5.1 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-7.4.1 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-7.1.17 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-6.2.0 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-6.0.11 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.18 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.17 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.15 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.0.22 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.2 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.0.7 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.0.3 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-5.5.0 platform/shared/stlport/stlport/stl/_config_compat_post.h
tauplatform-1.0.3 platform/shared/stlport/stlport/stl/_config_compat_post.h
tauplatform-1.0.2 platform/shared/stlport/stlport/stl/_config_compat_post.h
tauplatform-1.0.1 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-3.5.1.12 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-3.3.5 platform/shared/stlport/stlport/stl/_config_compat_post.h
rhodes-3.4.2 platform/shared/stlport/stlport/stl/_config_compat_post.h