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