equal
deleted
inserted
replaced
16 |
16 |
17 #ifndef LEMON_ARRAY_MAP_H |
17 #ifndef LEMON_ARRAY_MAP_H |
18 #define LEMON_ARRAY_MAP_H |
18 #define LEMON_ARRAY_MAP_H |
19 |
19 |
20 #include <memory> |
20 #include <memory> |
21 #include <lemon/map_iterator.h> |
21 #include <lemon/bits/map_iterator.h> |
22 |
22 |
23 ///\ingroup graphmaps |
23 ///\ingroup graphmaps |
24 ///\file |
24 ///\file |
25 ///\brief Graph maps that construates and destruates |
25 ///\brief Graph maps that construates and destruates |
26 ///their elements dynamically. |
26 ///their elements dynamically. |