Commit 588857cb authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Use separate b_, e_ range members

Summary: Use separate b_, e_ range members

Reviewed By: yfeldblum

Differential Revision: D23983016

fbshipit-source-id: b17061d7c1022c4776a8a8cb76ad5d0b9da9ace2
parent 1fbecf3f
......@@ -1095,7 +1095,8 @@ class Range {
}
private:
Iter b_, e_;
Iter b_;
Iter e_;
};
template <class Iter>
......
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