mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Test IsString<String> and IsString<StringSumHelper>
				
					
				
			This commit is contained in:
		| @@ -62,7 +62,7 @@ class String { | ||||
|   size_t _maxCapacity; | ||||
| }; | ||||
|  | ||||
| class StringSumHelper; | ||||
| class StringSumHelper : public ::String {}; | ||||
|  | ||||
| inline bool operator==(const std::string& lhs, const ::String& rhs) { | ||||
|   return lhs == rhs.c_str(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user