mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Rename UInt to JsonUInt
				
					
				
			This commit is contained in:
		| @@ -80,7 +80,7 @@ TEST_CASE("Polyfills/type_traits") { | ||||
|     CHECK(is_integral<const volatile unsigned long>::value == true); | ||||
|     CHECK(is_integral<const volatile unsigned short>::value == true); | ||||
|  | ||||
|     CHECK(is_integral<UInt>::value == true); | ||||
|     CHECK(is_integral<JsonUInt>::value == true); | ||||
|   } | ||||
|  | ||||
|   SECTION("is_signed") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user