]> Dogcows Code - chaz/yoink/blob - src/moof/stlplus/containers.hpp
fixes for newer versions of g++
[chaz/yoink] / src / moof / stlplus / containers.hpp
1 #ifndef STLPLUS_CONTAINERS
2 #define STLPLUS_CONTAINERS
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
9
10 // Allows all the STLplus containers to be included in one go
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "digraph.hpp"
15 #include "foursome.hpp"
16 #include "hash.hpp"
17 #include "matrix.hpp"
18 #include "ntree.hpp"
19 #include "smart_ptr.hpp"
20 #include "triple.hpp"
21
22 ////////////////////////////////////////////////////////////////////////////////
23 #endif
This page took 0.032335 seconds and 4 git commands to generate.