fix GroupVarintDecoder::rest()
authorPhilip Pronin <philipp@fb.com>
Tue, 4 Dec 2012 05:51:49 +0000 (21:51 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:46:29 +0000 (14:46 -0800)
commitec4962764d97595a2c468f4342ab8c867517f6f4
tree40ed47687d6787067e1c4c58e5bd82700c36342a
parent62cbd21f597ed7b54507c802c141f9fcca3ba769
fix GroupVarintDecoder::rest()

Summary:
It makes sense to return subpiece of the original data
from ##rest()##.

Test Plan: gv tests

Reviewed By: soren@fb.com

FB internal diff: D647179
folly/GroupVarint.h