mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Rename VariantConstRef to JsonVariantConst
				
					
				
			This commit is contained in:
		| @@ -24,7 +24,7 @@ class StaticJsonDocument : public JsonDocument { | ||||
|   template <typename T> | ||||
|   StaticJsonDocument( | ||||
|       const T& src, | ||||
|       typename enable_if<is_convertible<T, VariantConstRef>::value>::type* = 0) | ||||
|       typename enable_if<is_convertible<T, JsonVariantConst>::value>::type* = 0) | ||||
|       : JsonDocument(_buffer, _capacity) { | ||||
|     set(src); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user