android: log: TrimSourcePath: Cannot be constexpr.
This commit is contained in:
		| @@ -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 | ||||||
| constexpr const char* TrimSourcePath(std::string_view source) { | inline 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()); | ||||||
|     }; |     }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user