mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Remove unused NOEXCEPT macro
				
					
				
			This commit is contained in:
		| @@ -21,12 +21,6 @@ | ||||
|  | ||||
| #endif | ||||
|  | ||||
| #if __cplusplus >= 201103L | ||||
| #  define NOEXCEPT noexcept | ||||
| #else | ||||
| #  define NOEXCEPT throw() | ||||
| #endif | ||||
|  | ||||
| #if defined(__has_attribute) | ||||
| #  if __has_attribute(no_sanitize) | ||||
| #    define ARDUINOJSON_NO_SANITIZE(check) __attribute__((no_sanitize(check))) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user