mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Renamed DEPRECATED to ARDUINOJSON_DEPRECATED
This commit is contained in:
		| @@ -72,7 +72,8 @@ class ElementProxy : public VariantOperators<ElementProxy<TArray> >, | ||||
|  | ||||
|   template <typename T> | ||||
|   FORCE_INLINE typename enable_if<is_same<T, char*>::value, const char*>::type | ||||
|   DEPRECATED("Replace as<char*>() with as<const char*>()") as() const { | ||||
|   ARDUINOJSON_DEPRECATED("Replace as<char*>() with as<const char*>()") | ||||
|       as() const { | ||||
|     return as<const char*>(); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user