mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	common: Make TrimSourcePath constexpr (#6279)
This commit is contained in:
		
							parent
							
								
									3a6a17c708
								
							
						
					
					
						commit
						78cb48b23c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -11,7 +11,7 @@ | ||||||
| namespace Log { | namespace Log { | ||||||
| 
 | 
 | ||||||
| // trims up to and including the last of ../, ..\, src/, src\ in a string
 | // trims up to and including the last of ../, ..\, src/, src\ in a string
 | ||||||
| inline const char* TrimSourcePath(std::string_view source) { | constexpr const char* TrimSourcePath(std::string_view source) { | ||||||
|     const auto rfind = [source](const std::string_view match) { |     const auto rfind = [source](const std::string_view match) { | ||||||
|         return source.rfind(match) == source.npos ? 0 : (source.rfind(match) + match.size()); |         return source.rfind(match) == source.npos ? 0 : (source.rfind(match) + match.size()); | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue