mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Remove ARDUINOJSON_HAS_LONG_LONG (#1820)
				
					
				
			This commit is contained in:
		| @@ -9,10 +9,6 @@ | ||||
| #  error This test requires sizeof(long) < 8 | ||||
| #endif | ||||
|  | ||||
| #if !ARDUINOJSON_HAS_LONG_LONG | ||||
| #  error This test requires C++11 | ||||
| #endif | ||||
|  | ||||
| int main() { | ||||
|   DynamicJsonDocument doc(1024); | ||||
|   doc["dummy"] = static_cast<long long>(42); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user