]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/memory
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / memory
1 /*
2  * Copyright (c) 1997-1999
3  * Silicon Graphics Computer Systems, Inc.
4  *
5  * Copyright (c) 1999
6  * Boris Fomitchev
7  *
8  * This material is provided "as is", with absolutely no warranty expressed
9  * or implied. Any use is at your own risk.
10  *
11  * Permission to use or copy this software for any purpose is hereby granted
12  * without fee, provided the above notices are retained on all copies.
13  * Permission to modify the code and to distribute modified code is granted,
14  * provided the above notices are retained, and a notice that the code was
15  * modified is included with the above copyright notice.
16  *
17  */
18
19 #ifndef _STLP_MEMORY
20 #define _STLP_MEMORY
21
22 #ifndef _STLP_OUTERMOST_HEADER_ID
23 #  define _STLP_OUTERMOST_HEADER_ID 0x46
24 #  include <stl/_prolog.h>
25 #endif
26
27 #ifdef _STLP_PRAGMA_ONCE
28 #  pragma once
29 #endif
30
31 #ifndef _STLP_INTERNAL_ALLOC_H
32 #  include <stl/_alloc.h>
33 #endif
34
35 #ifndef _STLP_INTERNAL_TEMPBUF_H
36 #  include <stl/_tempbuf.h>
37 #endif
38
39 #ifndef _STLP_INTERNAL_RAW_STORAGE_ITER_H
40 #  include <stl/_raw_storage_iter.h>
41 #endif
42
43 #include <stl/_auto_ptr.h>
44
45 #if defined (_STLP_IMPORT_VENDOR_STD)
46
47 #  if defined (__MSL__)
48 #    include _STLP_NATIVE_HEADER(limits)
49 #  endif
50
51 #  include _STLP_NATIVE_HEADER(memory)
52
53 #  if defined (__MSL__) && (__MSL__ >= 0x2405   && __MSL__ < 0x5201) 
54 /*  980401 vss  MSL 2.4  Pro 3 Release  */  
55 #    include <new_mem.h>
56 #  endif
57
58 #endif
59
60 #if (_STLP_OUTERMOST_HEADER_ID == 0x46)
61 #  include <stl/_epilog.h>
62 #  undef _STLP_OUTERMOST_HEADER_ID
63 #endif
64
65 #endif /* _STLP_MEMORY */
66
67 // Local Variables:
68 // mode:C++
69 // End:
70