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:
		| @@ -17,7 +17,7 @@ template <typename TFloat> | ||||
| void check(TFloat input, const std::string& expected) { | ||||
|   std::string output; | ||||
|   Writer<std::string> sb(output); | ||||
|   TextFormatter<Writer<std::string> > writer(sb); | ||||
|   TextFormatter<Writer<std::string>> writer(sb); | ||||
|   writer.writeFloat(input); | ||||
|   REQUIRE(writer.bytesWritten() == output.size()); | ||||
|   CHECK(expected == output); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user