Set clang-format standard to C++11 (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-16 11:51:02 +01:00
parent daa87e12dc
commit 33a4773fbd
16 changed files with 32 additions and 32 deletions

View File

@ -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") {