Sha256: cc017616ace638e7fa3712a5552c8a8900d12c2c6c6266cc600f3e095a5d4055

Contents?: true

Size: 1.37 KB

Versions: 135

Compression:

Stored size: 1.37 KB

Contents

/* NOTE : this header has no guards and is MEANT for multiple inclusion!
 * If you are using "header protection" option with your compiler,
 * please also find #pragma which disables it and put it here, to
 * allow reentrancy of this header.
 */

#ifndef _STLP_PROLOG_HEADER_INCLUDED
#  error STLport epilog header can not be included as long as prolog has not be included.
#endif

/* If the platform provides any specific epilog actions,
 * like #pragmas, do include platform-specific prolog file
 */
#if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)
#  include <stl/config/_epilog.h>
#endif

#if !defined (_STLP_NO_POST_COMPATIBLE_SECTION)
#  include <stl/_config_compat_post.h>
#endif

#if defined (_STLP_USE_OWN_NAMESPACE)

#  if !defined (_STLP_DONT_REDEFINE_STD)
/*  We redefine "std" to STLPORT, so that user code may use std:: transparently
 *  The STLPORT macro contains the STLport namespace name containing all the std
 *  stuff.
 */
#    if defined (std)
/*
 * Looks like the compiler native library on which STLport rely defined the std macro.
 * This might introduce major incompatibility so report the problem to the STLport
 * forum or comment the following #error at your own risk.
 */
#      error Incompatible native Std library.
#    endif /* std */
#    define std STLPORT
#  endif /* _STLP_DONT_REDEFINE_STD */

#endif

#undef _STLP_PROLOG_HEADER_INCLUDED /* defined in _prolog.h */

Version data entries

135 entries across 135 versions & 2 rubygems

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