array
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 #ifndef _GLIBCXX_ARRAY
00030 #define _GLIBCXX_ARRAY 1
00031
00032 #pragma GCC system_header
00033
00034 #ifndef __GXX_EXPERIMENTAL_CXX0X__
00035 # include <c++0x_warning.h>
00036 #else
00037
00038 #if defined(_GLIBCXX_INCLUDE_AS_TR1)
00039 # error C++0x header cannot be included from TR1 header
00040 #endif
00041
00042 #include <bits/stl_algobase.h>
00043
00044 #if defined(_GLIBCXX_INCLUDE_AS_CXX0X)
00045 # include <tr1_impl/array>
00046 #else
00047 # define _GLIBCXX_INCLUDE_AS_CXX0X
00048 # define _GLIBCXX_BEGIN_NAMESPACE_TR1
00049 # define _GLIBCXX_END_NAMESPACE_TR1
00050 # define _GLIBCXX_TR1
00051 # include <tr1_impl/array>
00052 # undef _GLIBCXX_TR1
00053 # undef _GLIBCXX_END_NAMESPACE_TR1
00054 # undef _GLIBCXX_BEGIN_NAMESPACE_TR1
00055 # undef _GLIBCXX_INCLUDE_AS_CXX0X
00056 #endif
00057
00058 #endif // __GXX_EXPERIMENTAL_CXX0X__
00059
00060 #endif // _GLIBCXX_ARRAY