... | ... |
@@ -10,24 +10,25 @@ |
10 | 10 |
* provided that this copyright notice appears in all copies. For |
11 | 11 |
* precise terms see the accompanying LICENSE file. |
12 | 12 |
* |
13 | 13 |
* This software is provided "AS IS" with no warranty of any kind, |
14 | 14 |
* express or implied, and with no claim as to its suitability for any |
15 | 15 |
* purpose. |
16 | 16 |
* |
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
#ifndef LEMON_BITS_DEFAULT_MAP_H |
20 | 20 |
#define LEMON_BITS_DEFAULT_MAP_H |
21 | 21 |
|
22 |
#include <lemon/config.h> |
|
22 | 23 |
#include <lemon/bits/array_map.h> |
23 | 24 |
#include <lemon/bits/vector_map.h> |
24 | 25 |
//#include <lemon/bits/debug_map.h> |
25 | 26 |
|
26 | 27 |
//\ingroup graphbits |
27 | 28 |
//\file |
28 | 29 |
//\brief Graph maps that construct and destruct their elements dynamically. |
29 | 30 |
|
30 | 31 |
namespace lemon { |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
//#ifndef LEMON_USE_DEBUG_MAP |
... | ... |
@@ -13,24 +13,25 @@ |
13 | 13 |
* This software is provided "AS IS" with no warranty of any kind, |
14 | 14 |
* express or implied, and with no claim as to its suitability for any |
15 | 15 |
* purpose. |
16 | 16 |
* |
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
#ifndef LEMON_CORE_H |
20 | 20 |
#define LEMON_CORE_H |
21 | 21 |
|
22 | 22 |
#include <vector> |
23 | 23 |
#include <algorithm> |
24 | 24 |
|
25 |
#include <lemon/core.h> |
|
25 | 26 |
#include <lemon/bits/enable_if.h> |
26 | 27 |
#include <lemon/bits/traits.h> |
27 | 28 |
#include <lemon/assert.h> |
28 | 29 |
|
29 | 30 |
///\file |
30 | 31 |
///\brief LEMON core utilities. |
31 | 32 |
/// |
32 | 33 |
///This header file contains core utilities for LEMON. |
33 | 34 |
///It is automatically included by all graph types, therefore it usually |
34 | 35 |
///do not have to be included directly. |
35 | 36 |
|
36 | 37 |
namespace lemon { |
0 comments (0 inline)