[Lemon-commits] Peter Kovacs: Minor fix in concepts/maps.h
Lemon HG
hg at lemon.cs.elte.hu
Tue Apr 1 17:43:20 CEST 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/c837d1e449dc
changeset: 114:c837d1e449dc
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Sun Mar 30 14:27:59 2008 +0200
description:
Minor fix in concepts/maps.h
diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
lemon/concepts/maps.h | 4 ++--
diffs (21 lines):
diff -r 18a7ee8fa56e -r c837d1e449dc lemon/concepts/maps.h
--- a/lemon/concepts/maps.h Sun Mar 30 14:27:25 2008 +0200
+++ b/lemon/concepts/maps.h Sun Mar 30 14:27:59 2008 +0200
@@ -24,7 +24,7 @@
///\ingroup concept
///\file
-///\brief Map concepts checking classes for testing and documenting.
+///\brief The concept of maps.
namespace lemon {
@@ -105,7 +105,7 @@
const Key& key;
const Value& val;
const typename _WriteMap::Key& own_key;
- const typename _WriteMap::Value own_val;
+ const typename _WriteMap::Value& own_val;
_WriteMap& m;
};
};
More information about the Lemon-commits
mailing list