gccxml_gem 0.9.3-x86-darwin-11
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +84 -0
- data/bin/gccxml +0 -0
- data/bin/gccxml_cc1plus +0 -0
- data/gccxml.rb +57 -0
- data/share/doc/gccxml-0.9/Copyright.txt +55 -0
- data/share/doc/gccxml-0.9/gccxml.html +168 -0
- data/share/doc/gccxml-0.9/gccxml.txt +293 -0
- data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
- data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
- data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
- data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
- data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
- data/share/gccxml-0.9/GCC/2.95/complex +38 -0
- data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
- data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
- data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
- data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
- data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
- data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
- data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
- data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
- data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
- data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
- data/share/gccxml-0.9/GCC/2.95/deque +19 -0
- data/share/gccxml-0.9/GCC/2.95/exception +20 -0
- data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/functional +64 -0
- data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
- data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
- data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
- data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
- data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
- data/share/gccxml-0.9/GCC/2.95/list +19 -0
- data/share/gccxml-0.9/GCC/2.95/map +20 -0
- data/share/gccxml-0.9/GCC/2.95/memory +21 -0
- data/share/gccxml-0.9/GCC/2.95/new +13 -0
- data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
- data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/2.95/queue +20 -0
- data/share/gccxml-0.9/GCC/2.95/set +20 -0
- data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
- data/share/gccxml-0.9/GCC/2.95/stack +19 -0
- data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
- data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
- data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
- data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
- data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
- data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
- data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
- data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
- data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
- data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
- data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
- data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
- data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
- data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
- data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
- data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
- data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
- data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
- data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
- data/share/gccxml-0.9/GCC/2.95/string +26 -0
- data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
- data/share/gccxml-0.9/GCC/2.95/utility +25 -0
- data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
- data/share/gccxml-0.9/GCC/2.95/vector +19 -0
- data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
- data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
- data/share/gccxml-0.9/GCC/3.2/bits/gthr-default.h +585 -0
- data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
- data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
- data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
- data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
- data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
- data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
- data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
- data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
- data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
- data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
- data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
- data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
- data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
- data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
- data/share/gccxml-0.9/GCC/3.4/bits/gthr-default.h +669 -0
- data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
- data/share/gccxml-0.9/GCC/4.0/emmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_apple_emmintrin.h +1037 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_apple_mmintrin.h +669 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_apple_xmmintrin.h +870 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_emmintrin.h +977 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_mmintrin.h +636 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_gnu_xmmintrin.h +833 -0
- data/share/gccxml-0.9/GCC/4.0/mmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.0/xmmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +622 -0
- data/share/gccxml-0.9/GCC/4.1/emmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_apple_emmintrin.h +1509 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_apple_mmintrin.h +942 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_apple_xmmintrin.h +1192 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_emmintrin.h +1004 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_mmintrin.h +637 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_gnu_xmmintrin.h +834 -0
- data/share/gccxml-0.9/GCC/4.1/mmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.1/xmmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.2/emmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_apple_emmintrin.h +1509 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_apple_mmintrin.h +942 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_apple_xmmintrin.h +1192 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_emmintrin.h +1013 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_mmintrin.h +663 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_gnu_xmmintrin.h +860 -0
- data/share/gccxml-0.9/GCC/4.2/mmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.2/xmmintrin.h +5 -0
- data/share/gccxml-0.9/GCC/4.3/emmintrin.h +1043 -0
- data/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h +183 -0
- data/share/gccxml-0.9/GCC/4.3/mmintrin.h +663 -0
- data/share/gccxml-0.9/GCC/4.3/xmmintrin.h +867 -0
- data/share/gccxml-0.9/GCC/4.4/bits/c++config.h +1431 -0
- data/share/gccxml-0.9/GCC/4.4/emmintrin.h +1041 -0
- data/share/gccxml-0.9/GCC/4.4/gccxml_builtins.h +153 -0
- data/share/gccxml-0.9/GCC/4.4/mmintrin.h +662 -0
- data/share/gccxml-0.9/GCC/4.4/xmmintrin.h +864 -0
- data/share/gccxml-0.9/GCC/4.5/gccxml_builtins.h +154 -0
- data/share/gccxml-0.9/GCC/4.5/iomanip +349 -0
- data/share/gccxml-0.9/GCC/COPYING.RUNTIME +73 -0
- data/share/gccxml-0.9/GCC/COPYING3 +674 -0
- data/share/gccxml-0.9/IBM/8.0/adapt_headers.sh +34 -0
- data/share/gccxml-0.9/IBM/8.0/stdlib.h.patch +27 -0
- data/share/gccxml-0.9/IBM/8.0/xstring.patch +19 -0
- data/share/gccxml-0.9/IBM/README +8 -0
- data/share/gccxml-0.9/IBM/find_flags +51 -0
- data/share/gccxml-0.9/IBM/find_flags_common +48 -0
- data/share/gccxml-0.9/Intel/find_flags +56 -0
- data/share/gccxml-0.9/Intel/pthread.h +16 -0
- data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
- data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
- data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
- data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
- data/share/gccxml-0.9/MIPSpro/find_flags +70 -0
- data/share/gccxml-0.9/MIPSpro/mipspro_defs.cxx +63 -0
- data/share/gccxml-0.9/Sun/5.8/Cstd.patch +156 -0
- data/share/gccxml-0.9/Sun/5.8/adapt_headers.sh +32 -0
- data/share/gccxml-0.9/Sun/5.8/std-5.10.patch +22 -0
- data/share/gccxml-0.9/Sun/README +8 -0
- data/share/gccxml-0.9/Sun/find_flags +51 -0
- data/share/gccxml-0.9/Sun/find_flags_common +42 -0
- data/share/gccxml-0.9/gccxml_config +2 -0
- data/share/gccxml-0.9/gccxml_identify_compiler.cc +13 -0
- data/share/man/man1/gccxml.1 +246 -0
- metadata +243 -0
@@ -0,0 +1,20 @@
|
|
1
|
+
#ifndef GCCXML_IOMANIP
|
2
|
+
#define GCCXML_IOMANIP
|
3
|
+
|
4
|
+
#include_next <iomanip>
|
5
|
+
|
6
|
+
// GCC 2.95 does not conform.
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::dec;
|
10
|
+
using ::hex;
|
11
|
+
using ::oct;
|
12
|
+
using ::setw;
|
13
|
+
using ::setfill;
|
14
|
+
using ::setprecision;
|
15
|
+
using ::setbase;
|
16
|
+
using ::setiosflags;
|
17
|
+
using ::resetiosflags;
|
18
|
+
}
|
19
|
+
|
20
|
+
#endif
|
@@ -0,0 +1,20 @@
|
|
1
|
+
#ifndef GCCXML_IOSFWD
|
2
|
+
#define GCCXML_IOSFWD
|
3
|
+
|
4
|
+
#include_next <iosfwd>
|
5
|
+
|
6
|
+
// GCC 2.95 does not conform.
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::ios;
|
10
|
+
using ::streambuf;
|
11
|
+
using ::istream;
|
12
|
+
using ::ostream;
|
13
|
+
using ::iostream;
|
14
|
+
using ::filebuf;
|
15
|
+
using ::ifstream;
|
16
|
+
using ::ofstream;
|
17
|
+
using ::fstream;
|
18
|
+
}
|
19
|
+
|
20
|
+
#endif
|
@@ -0,0 +1,27 @@
|
|
1
|
+
#ifndef GCCXML_IOSTREAM
|
2
|
+
#define GCCXML_IOSTREAM
|
3
|
+
|
4
|
+
#include_next <iostream>
|
5
|
+
|
6
|
+
// GCC 2.95 does not conform.
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::ios;
|
10
|
+
using ::streamoff;
|
11
|
+
using ::streampos;
|
12
|
+
using ::streamsize;
|
13
|
+
using ::streambuf;
|
14
|
+
using ::istream;
|
15
|
+
using ::ostream;
|
16
|
+
using ::iostream;
|
17
|
+
using ::dec;
|
18
|
+
using ::hex;
|
19
|
+
using ::oct;
|
20
|
+
using ::cin;
|
21
|
+
using ::cout;
|
22
|
+
using ::cerr;
|
23
|
+
using ::clog;
|
24
|
+
using ::endl;
|
25
|
+
}
|
26
|
+
|
27
|
+
#endif
|
@@ -0,0 +1,39 @@
|
|
1
|
+
#ifndef GCCXML_ITERATOR
|
2
|
+
#define GCCXML_ITERATOR
|
3
|
+
|
4
|
+
#include_next <iterator>
|
5
|
+
|
6
|
+
// 24.2
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::iterator_traits;
|
10
|
+
//using ::iterator;
|
11
|
+
using ::input_iterator_tag;
|
12
|
+
using ::output_iterator_tag;
|
13
|
+
using ::forward_iterator_tag;
|
14
|
+
using ::bidirectional_iterator_tag;
|
15
|
+
using ::random_access_iterator_tag;
|
16
|
+
using ::advance;
|
17
|
+
using ::distance;
|
18
|
+
using ::reverse_iterator;
|
19
|
+
using ::operator==;
|
20
|
+
using ::operator!=;
|
21
|
+
using ::operator<;
|
22
|
+
using ::operator>;
|
23
|
+
using ::operator<=;
|
24
|
+
using ::operator>=;
|
25
|
+
using ::operator+;
|
26
|
+
using ::operator-;
|
27
|
+
using ::back_insert_iterator;
|
28
|
+
using ::back_inserter;
|
29
|
+
using ::front_insert_iterator;
|
30
|
+
using ::front_inserter;
|
31
|
+
using ::insert_iterator;
|
32
|
+
using ::inserter;
|
33
|
+
using ::istream_iterator;
|
34
|
+
using ::ostream_iterator;
|
35
|
+
//using ::istreambuf_iterator;
|
36
|
+
//using ::ostreambuf_iterator;
|
37
|
+
}
|
38
|
+
|
39
|
+
#endif
|
@@ -0,0 +1,19 @@
|
|
1
|
+
#ifndef GCCXML_LIST
|
2
|
+
#define GCCXML_LIST
|
3
|
+
|
4
|
+
#include_next <list>
|
5
|
+
|
6
|
+
// 23.2
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::list;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::operator<;
|
13
|
+
using ::operator>;
|
14
|
+
using ::operator<=;
|
15
|
+
using ::operator>=;
|
16
|
+
using ::swap;
|
17
|
+
}
|
18
|
+
|
19
|
+
#endif
|
@@ -0,0 +1,20 @@
|
|
1
|
+
#ifndef GCCXML_MAP
|
2
|
+
#define GCCXML_MAP
|
3
|
+
|
4
|
+
#include_next <map>
|
5
|
+
|
6
|
+
// 23.3/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::map;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::operator<;
|
13
|
+
using ::operator>;
|
14
|
+
using ::operator<=;
|
15
|
+
using ::operator>=;
|
16
|
+
using ::swap;
|
17
|
+
using ::multimap;
|
18
|
+
}
|
19
|
+
|
20
|
+
#endif
|
@@ -0,0 +1,21 @@
|
|
1
|
+
#ifndef GCCXML_MEMORY
|
2
|
+
#define GCCXML_MEMORY
|
3
|
+
|
4
|
+
#include_next <memory>
|
5
|
+
|
6
|
+
// 20.4
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::allocator;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::raw_storage_iterator;
|
13
|
+
using ::get_temporary_buffer;
|
14
|
+
using ::return_temporary_buffer;
|
15
|
+
using ::uninitialized_copy;
|
16
|
+
using ::uninitialized_fill;
|
17
|
+
using ::uninitialized_fill_n;
|
18
|
+
using ::auto_ptr;
|
19
|
+
}
|
20
|
+
|
21
|
+
#endif
|
@@ -0,0 +1,16 @@
|
|
1
|
+
#ifndef GCCXML_PTHREAD_H
|
2
|
+
#define GCCXML_PTHREAD_H
|
3
|
+
|
4
|
+
/* Some pthread.h files use __thread, which is a keyword for GCC 3.3.
|
5
|
+
Change the name for the duration of including pthread.h. */
|
6
|
+
#ifndef __thread
|
7
|
+
# define __thread gccxml__thread
|
8
|
+
# define gccxml__thread gccxml__thread
|
9
|
+
#endif
|
10
|
+
#include_next <pthread.h>
|
11
|
+
#ifdef gccxml__thread
|
12
|
+
# undef gccxml__thread
|
13
|
+
# undef __thread
|
14
|
+
#endif
|
15
|
+
|
16
|
+
#endif
|
@@ -0,0 +1,20 @@
|
|
1
|
+
#ifndef GCCXML_QUEUE
|
2
|
+
#define GCCXML_QUEUE
|
3
|
+
|
4
|
+
#include_next <queue>
|
5
|
+
|
6
|
+
// 23.2
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::queue;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::operator<;
|
13
|
+
using ::operator>;
|
14
|
+
using ::operator<=;
|
15
|
+
using ::operator>=;
|
16
|
+
using ::swap;
|
17
|
+
using ::priority_queue;
|
18
|
+
}
|
19
|
+
|
20
|
+
#endif
|
@@ -0,0 +1,20 @@
|
|
1
|
+
#ifndef GCCXML_SET
|
2
|
+
#define GCCXML_SET
|
3
|
+
|
4
|
+
#include_next <set>
|
5
|
+
|
6
|
+
// 23.3/1
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::set;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::operator<;
|
13
|
+
using ::operator>;
|
14
|
+
using ::operator<=;
|
15
|
+
using ::operator>=;
|
16
|
+
using ::swap;
|
17
|
+
using ::multiset;
|
18
|
+
}
|
19
|
+
|
20
|
+
#endif
|
@@ -0,0 +1,24 @@
|
|
1
|
+
#ifndef GCCXML_SSTREAM
|
2
|
+
#define GCCXML_SSTREAM
|
3
|
+
|
4
|
+
#include_next <sstream>
|
5
|
+
|
6
|
+
// GCC 2.95 does not conform.
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::ios;
|
10
|
+
using ::streamoff;
|
11
|
+
using ::streampos;
|
12
|
+
using ::streamsize;
|
13
|
+
using ::streambuf;
|
14
|
+
using ::istream;
|
15
|
+
using ::ostream;
|
16
|
+
using ::iostream;
|
17
|
+
}
|
18
|
+
|
19
|
+
using std::stringbuf;
|
20
|
+
using std::istringstream;
|
21
|
+
using std::ostringstream;
|
22
|
+
using std::stringstream;
|
23
|
+
|
24
|
+
#endif
|
@@ -0,0 +1,19 @@
|
|
1
|
+
#ifndef GCCXML_STACK
|
2
|
+
#define GCCXML_STACK
|
3
|
+
|
4
|
+
#include_next <stack>
|
5
|
+
|
6
|
+
// 23.2
|
7
|
+
namespace std
|
8
|
+
{
|
9
|
+
using ::stack;
|
10
|
+
using ::operator==;
|
11
|
+
using ::operator!=;
|
12
|
+
using ::operator<;
|
13
|
+
using ::operator>;
|
14
|
+
using ::operator<=;
|
15
|
+
using ::operator>=;
|
16
|
+
using ::swap;
|
17
|
+
}
|
18
|
+
|
19
|
+
#endif
|