... | ... |
@@ -24,7 +24,7 @@ |
24 | 24 |
|
25 | 25 |
///\ingroup concept |
26 | 26 |
///\file |
27 |
///\brief |
|
27 |
///\brief The concept of maps. |
|
28 | 28 |
|
29 | 29 |
namespace lemon { |
30 | 30 |
|
... | ... |
@@ -105,7 +105,7 @@ |
105 | 105 |
const Key& key; |
106 | 106 |
const Value& val; |
107 | 107 |
const typename _WriteMap::Key& own_key; |
108 |
const typename _WriteMap::Value own_val; |
|
108 |
const typename _WriteMap::Value& own_val; |
|
109 | 109 |
_WriteMap& m; |
110 | 110 |
}; |
111 | 111 |
}; |
0 comments (0 inline)