12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #ifndef _STLP_BITSET
- #ifndef _STLP_OUTERMOST_HEADER_ID
- # define _STLP_OUTERMOST_HEADER_ID 0x2
- # include <stl/_prolog.h>
- # define _STLP_BITSET
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x2)
- # ifndef _STLP_INTERNAL_BITSET
- # include <stl/_bitset.h>
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID != 0x2) || defined (_STLP_IMPORT_VENDOR_STD)
- # if defined (_STLP_HAS_INCLUDE_NEXT)
- # include_next <bitset>
- # else
- # include _STLP_NATIVE_HEADER(bitset)
- # endif
- #endif
- #if (_STLP_OUTERMOST_HEADER_ID == 0x2 )
- # include <stl/_epilog.h>
- # undef _STLP_OUTERMOST_HEADER_ID
- #endif
- #endif
|