Fix sorted_vector_set::erase
authorQinfan Wu <wqfish@fb.com>
Thu, 8 Dec 2016 16:38:14 +0000 (08:38 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Fri, 9 Dec 2016 18:03:50 +0000 (10:03 -0800)
commiteab8d3c3fc175fceb470eb5bfcc735bed05dd48d
tree6515ba4cace896c17f6bdc4ea16ff3630dbe7305
parent65fc07b5a8fe873663b3e7eb4486adb8d1688c92
Fix sorted_vector_set::erase

Summary: It deletes things even when input isn't in the container.

Reviewed By: luciang

Differential Revision: D4298340

fbshipit-source-id: 3e8fc04c2c21eb231dcaf82239ac5f6d25e49e2c
folly/sorted_vector_types.h
folly/test/sorted_vector_test.cpp