iteration_proxy: Fix integer truncation from std::size_t to int
Bug introduced in 0f073e26 (Allow items() to be used with custom string,
2019-09-26).
			
			
This commit is contained in:
		
							parent
							
								
									ed5541440a
								
							
						
					
					
						commit
						35b47c2793
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -3187,7 +3187,7 @@ namespace nlohmann | |||
| namespace detail | ||||
| { | ||||
| template<typename string_type> | ||||
| void int_to_string( string_type& target, int value ) | ||||
| void int_to_string( string_type& target, std::size_t value ) | ||||
| { | ||||
|     target = std::to_string(value); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue