Skip to content

Commit d0e7426

Browse files
yfeldblumfacebook-github-bot
authored andcommitted
Cut FOR_EACH_KV
Summary: [Folly] Cut the FOR_EACH_KV macro, which may be replaced by a combination of range-for and structured bindings. Differential Revision: D21826182 fbshipit-source-id: ce4712afd3d0d7806eb1fca8c97009da117f982e
1 parent e053d7c commit d0e7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ContinuationIndentWidth: 4
4242
Cpp11BracedListStyle: true
4343
DerivePointerAlignment: false
4444
DisableFormat: false
45-
ForEachMacros: [ FOR_EACH, FOR_EACH_KV, FOR_EACH_R, FOR_EACH_RANGE, ]
45+
ForEachMacros: [ FOR_EACH, FOR_EACH_R, FOR_EACH_RANGE, ]
4646
IncludeCategories:
4747
- Regex: '^<.*\.h(pp)?>'
4848
Priority: 1

0 commit comments

Comments
 (0)