lemon/concept/heap.h
changeset 1509 f9113440b667
parent 1435 8e85e6bbefdf
child 1717 75fe24093ded
equal deleted inserted replaced
0:94f309bd709f 1:cf8fbdd2f08b
   153     
   153     
   154 	void constraints() {
   154 	void constraints() {
   155 	  Item item;
   155 	  Item item;
   156 	  Prio prio;
   156 	  Prio prio;
   157 
   157 
       
   158 	  item=Item();
       
   159 	  prio=Prio();
       
   160 
   158 	  ignore_unused_variable_warning(item);
   161 	  ignore_unused_variable_warning(item);
   159 	  ignore_unused_variable_warning(prio);
   162 	  ignore_unused_variable_warning(prio);
   160 
   163 
   161 	  typedef typename _Heap::state_enum state_enum;
   164 	  typedef typename _Heap::state_enum state_enum;
   162 	  state_enum state;
   165 	  state_enum state;