mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Removed StringAdapter::equals()
				
					
				
			This commit is contained in:
		| @@ -167,7 +167,7 @@ class MemoryPool { | ||||
|   template <typename TAdaptedString> | ||||
|   const char* findString(const TAdaptedString& str) { | ||||
|     for (char* next = _begin; next < _left; ++next) { | ||||
|       if (str.equals(next)) | ||||
|       if (str.compare(next) == 0) | ||||
|         return next; | ||||
|  | ||||
|       // jump to next terminator | ||||
|   | ||||
		Reference in New Issue
	
	Block a user