﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
38	Revise constMap() functions	Peter Kovacs	Balazs Dezso	"One version of the overloaded {{{constMap()}}} function can't be called. It could be used to create a {{{ConstMap}}} instance with inlined constant value.

 - {{{ConstMap<int,Const<int,10> > cm;}}}  works, but
 - {{{constMap<int,Const<int,10> >();}}}   does not work. It causes a compiler error: ''no matching function for call to ‘constMap()’''."	defect	closed	major	LEMON 1.0 release	core		fixed			
