mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
Problem: clang-format produces C++11 style nested templated arguments
Solution: Fixed C++ standard in clang-format config
This commit is contained in:
@@ -38,7 +38,7 @@ SpaceInEmptyParentheses: false
|
|||||||
SpacesInAngles: false
|
SpacesInAngles: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
Standard: Cpp11
|
Standard: Cpp03
|
||||||
|
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user