1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #ifndef _STLP_ALGORITHM
- #ifndef _STLP_OUTERMOST_HEADER_ID
- # define _STLP_OUTERMOST_HEADER_ID 0x1
- # include <stl/_prolog.h>
- # define _STLP_ALGORITHM
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x1)
- # ifndef _STLP_INTERNAL_CSTDIO
- # include <stl/_cstdio.h>
- # endif
- # ifndef _STLP_INTERNAL_ALGO_H
- # include <stl/_algo.h>
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID != 0x1) || defined (_STLP_IMPORT_VENDOR_STD)
- # if defined (_STLP_HAS_INCLUDE_NEXT)
- # include_next <algorithm>
- # else
- # include _STLP_NATIVE_HEADER(algorithm)
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x1 )
- # include <stl/_epilog.h>
- # undef _STLP_OUTERMOST_HEADER_ID
- #endif
- #endif
|