Replace CHECK_GT with DCHECK_GT in folly::Range::operator[]
authorDhruv Matani <dhruvbird@fb.com>
Wed, 5 Feb 2014 06:15:15 +0000 (22:15 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:50:14 +0000 (11:50 -0800)
commit34922793814187e67ee05bc9f2759362238b1b66
tree6e64bea2ced5707bc897dfee999315f867aa3ec7
parent9afa70a24d098fd105d2929d74dd8342a5c4a1ca
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
folly/Range.h