fix signed/unsigned comparison
This commit is contained in:
		
							parent
							
								
									16ca8da438
								
							
						
					
					
						commit
						78f5753a3a
					
				| @ -239,7 +239,7 @@ public: | |||||||
|                     BOOST_ASSERT( start_index >= 0 ); |                     BOOST_ASSERT( start_index >= 0 ); | ||||||
|                     BOOST_ASSERT( start_index <= end_index ); |                     BOOST_ASSERT( start_index <= end_index ); | ||||||
|                     for( |                     for( | ||||||
|                         unsigned i = start_index; |                         int i = start_index; | ||||||
|                         i < end_index; |                         i < end_index; | ||||||
|                         ++i |                         ++i | ||||||
|                     ) { |                     ) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user