Replace CHECK_GT with DCHECK_GT in folly::Range::operator[]
Summary: Since I don't want to pay the cost when we access array elements. If I did, I would just use Java. Test Plan: fbconfig folly/test/ && fbmake runtests Reviewed By: andrei.alexandrescu@fb.com FB internal diff: D1158505
Showing
Please register or sign in to comment