"...text-generation-inference.git" did not exist on "718096f6952147681559ba0a3962040f8655af1f"
Commit d0e7426a authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot
Browse files

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
parent e053d7c4
...@@ -42,7 +42,7 @@ ContinuationIndentWidth: 4 ...@@ -42,7 +42,7 @@ ContinuationIndentWidth: 4
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
DerivePointerAlignment: false DerivePointerAlignment: false
DisableFormat: false DisableFormat: false
ForEachMacros: [ FOR_EACH, FOR_EACH_KV, FOR_EACH_R, FOR_EACH_RANGE, ] ForEachMacros: [ FOR_EACH, FOR_EACH_R, FOR_EACH_RANGE, ]
IncludeCategories: IncludeCategories:
- Regex: '^<.*\.h(pp)?>' - Regex: '^<.*\.h(pp)?>'
Priority: 1 Priority: 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment