﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
402	Maps don't initialize subseqnetly added graph elements to the map-constructor's initial value.	Charles Wilcox	Alpar Juttner	"Greetings all.

I'm experiencing a ( perceived ) problem with Maps.  Maps ""know"" when new elements in a graph are added, and provide a default value.  One of the two constructors for a map allows a user ( me ) to specify this default value.  I expect that, all elements of a graph will receive that value upon map-construction, and I expect subsequent graph element additions to also take on that value.  I observe that, all elements of a graph *do* receive the default value upon map-construction, but *do not* set my specified default-value when new elements are subsequently added to the graph.

I have a test program, which I will attach.

I also have a diff against lemon/bits/{array,vector}_map.h that attempt to remedy this situation, and hopefully reinforce my expected behaviour.

Please advise on if this is in fact a bit, or if it is intentional by design and my understanding is incorrect."	enhancement	new	major	LEMON 1.5 release	core	release branch 1.2		map default initial value		
