mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Run all tests with C++11 enabled (#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 | ||||
|  | ||||
| ARDUINOJSON_ASSERT_INTEGER_TYPE_IS_SUPPORTED(long long) | ||||
| int main() { | ||||
|   DynamicJsonDocument doc(1024); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user