gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Bug fix in maps.h.
0 1 0
default
1 file changed with 2 insertions and 2 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -1353,3 +1353,3 @@
1353 1353
      if (value) {
1354
	container.push_front(key);
1354
	container.push_front(functor(key));
1355 1355
      }
... ...
@@ -1410,3 +1410,3 @@
1410 1410
      if (value) {
1411
	it = container.insert(it, key);
1411
	it = container.insert(it, functor(key));
1412 1412
        ++it;
0 comments (0 inline)