From 122d16c3765401de2dbd7650e13cf5b1fd498cc0 Mon Sep 17 00:00:00 2001 From: heck Date: Mon, 19 Apr 2021 16:36:22 +0200 Subject: [PATCH] C++ standard pEp-Wide back to C++11 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index f2c30cb..6a03867 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ BasedOnStyle: LLVM Language: Cpp -Standard: c++14 +Standard: c++11 DerivePointerAlignment: true SortIncludes: false ReflowComments: false