Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'explicit' to avoid incorrect code
Summary: A single argument constructor could accidentely be used as a type conversion constructor. Add 'explicit' keyword to avoid this. Squash with Issue #4: Efficient VARCHAR storage for keys Test Plan: MTR Reviewers: jtolmer, hermanlee4 Reviewed By: hermanlee4 Differential Revision: https://reviews.facebook.net/D48069
- Loading branch information