mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Remove ARDUINOJSON_HAS_NULLPTR (#1820)
				
					
				
			This commit is contained in:
		| @@ -181,8 +181,6 @@ struct Converter<SerializedValue<T>, | ||||
|   } | ||||
| }; | ||||
|  | ||||
| #if ARDUINOJSON_HAS_NULLPTR | ||||
|  | ||||
| template <> | ||||
| struct Converter<decltype(nullptr)> : private VariantAttorney { | ||||
|   static void toJson(decltype(nullptr), JsonVariant dst) { | ||||
| @@ -197,8 +195,6 @@ struct Converter<decltype(nullptr)> : private VariantAttorney { | ||||
|   } | ||||
| }; | ||||
|  | ||||
| #endif | ||||
|  | ||||
| #if ARDUINOJSON_ENABLE_ARDUINO_STREAM | ||||
|  | ||||
| class MemoryPoolPrint : public Print { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user