Revision: | 25 |
Committed: | 2008-02-09T01:39:22-08:00 (17 years, 4 months ago) by douglas |
File size: | 304 byte(s) |
Log Message: | All kinds of changes! |
# | Content |
---|---|
1 | // Truck Computer Dooom! |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _hash_hpp_ |
8 | #define _hash_hpp_ |
9 | |
10 | #include <ext/hash_map> |
11 | #include <ext/hash_set> |
12 | |
13 | namespace ext |
14 | { |
15 | |
16 | using __gnu_cxx::hash_map; |
17 | using __gnu_cxx::hash_multimap; |
18 | using __gnu_cxx::hash_set; |
19 | using __gnu_cxx::hash_multiset; |
20 | |
21 | } |
22 | |
23 | #endif//_hash_hpp_ |
Name | Value |
---|---|
svn:keywords | Id |