Hi All,<div><br></div><div>I am trying out lemon for the first time. I have the following declared:</div><div><br></div><div>in another namespace</div><div><br></div><div>class xyz{</div><div>public:</div><div>typedef lemon::ListDigraph NetworkGraph;</div>
<div><br></div><div>private:</div><div>NetworkGraph network_graph;</div><div>lemon::ListDigraph::ArcMap<int> weight_map(network_graph);</div><div><br></div><div>I am getting the following error when I compile this file along with others:</div>
<div><br></div><div>error: 'network_graph' is not a type</div><div><br></div><div>I believe this is a correct usage of ArcMap. I looked at demo files and the usage matches with what I have written. I am not able to explain this error.</div>
<div><br></div><div>Any help will be really useful to me.</div><div><br></div><div>Thanks</div><div>Kiran</div><div><br></div><div><br></div><div><br></div><div><br></div>