mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Rename ArrayRef to JsonArray
				
					
				
			This commit is contained in:
		| @@ -66,7 +66,7 @@ class BasicJsonDocument : AllocatorOwner<TAllocator>, public JsonDocument { | ||||
|       const T& src, | ||||
|       typename enable_if< | ||||
|           is_same<T, VariantRef>::value || is_same<T, VariantConstRef>::value || | ||||
|           is_same<T, ArrayRef>::value || is_same<T, ArrayConstRef>::value || | ||||
|           is_same<T, JsonArray>::value || is_same<T, ArrayConstRef>::value || | ||||
|           is_same<T, ObjectRef>::value || | ||||
|           is_same<T, ObjectConstRef>::value>::type* = 0) | ||||
|       : JsonDocument(allocPool(src.memoryUsage())) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user