Last change
on this file since 12 was
12,
checked in by landauf, 17 years ago
|
added boost
|
-
Property svn:executable set to
*
|
File size:
785 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Pointer Container Library |
---|
3 | * (C) Thorsten Ottosen 2003-2005 |
---|
4 | * |
---|
5 | * Permission to copy, use, modify, |
---|
6 | * sell and distribute this software is granted provided this |
---|
7 | * copyright notice appears in all copies. This software is provided |
---|
8 | * "as is" without express or implied warranty, and with no claim as |
---|
9 | * to its suitability for any purpose. |
---|
10 | * |
---|
11 | * See http://www.boost.org/libs/ptr_container for documentation. |
---|
12 | * |
---|
13 | */ |
---|
14 | |
---|
15 | #ifndef BOOST_PTR_CONTAINER_HPP |
---|
16 | #define BOOST_PTR_CONTAINER_HPP |
---|
17 | |
---|
18 | #if defined(_MSC_VER) && (_MSC_VER >= 1200) |
---|
19 | # pragma once |
---|
20 | #endif |
---|
21 | |
---|
22 | #include <boost/ptr_container/ptr_deque.hpp> |
---|
23 | #include <boost/ptr_container/ptr_list.hpp> |
---|
24 | #include <boost/ptr_container/ptr_map.hpp> |
---|
25 | #include <boost/ptr_container/ptr_set.hpp> |
---|
26 | #include <boost/ptr_container/ptr_vector.hpp> |
---|
27 | |
---|
28 | #endif |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.