Templatise tokenizeString()
This commit is contained in:
		
							parent
							
								
									00092b2d35
								
							
						
					
					
						commit
						76e88871b2
					
				
					 10 changed files with 30 additions and 39 deletions
				
			
		|  | @ -286,7 +286,7 @@ MakeError(Interrupted, BaseError) | |||
| 
 | ||||
| 
 | ||||
| /* String tokenizer. */ | ||||
| Strings tokenizeString(const string & s, const string & separators = " \t\n\r"); | ||||
| template<class C> C tokenizeString(const string & s, const string & separators = " \t\n\r"); | ||||
| 
 | ||||
| 
 | ||||
| /* Concatenate the given strings with a separator between the
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue