From cd77831e0a02dd138459a26c108d9d4c402b1c2a Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 13 Dec 2015 20:29:07 +0000 Subject: Set C++ standard in Clang format settings file to C++03. Otherwise template braces get reformatted the C++11 way and that breaks compilation. --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 4f679309..dac1eef4 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ --- Language: Cpp BasedOnStyle: LLVM +Standard: Cpp03 ... -- cgit 1.4.1