mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	Remove IsWriteableString
				
					
				
			This commit is contained in:
		| @@ -32,6 +32,11 @@ class String { | ||||
|     return _str == s; | ||||
|   } | ||||
|  | ||||
|   String& operator=(const char* s) { | ||||
|     _str.assign(s); | ||||
|     return *this; | ||||
|   } | ||||
|  | ||||
|   friend std::ostream& operator<<(std::ostream& lhs, const ::String& rhs) { | ||||
|     lhs << rhs._str; | ||||
|     return lhs; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user