mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Set clang-format standard to C++11 (#1820)
This commit is contained in:
		| @@ -65,7 +65,7 @@ TEST_CASE("Writer<std::string>") { | ||||
|  | ||||
| TEST_CASE("Writer<String>") { | ||||
|   ::String output; | ||||
|   Writer< ::String> writer(output); | ||||
|   Writer<::String> writer(output); | ||||
|  | ||||
|   SECTION("write(char)") { | ||||
|     SECTION("writes to temporary buffer") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user