Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default template param for map key in MapUtil
Summary: I've got this codemod that is turning `stl::mapGetDefault` -> `folly::get_default`, and noticed one of the generated diffs failed to compile: D66440835 Compiler couldn't infer the `{p1, p2}` key as a pair type, and noticed that we just need to give it a bit of a hint. Reviewed By: Gownta Differential Revision: D66450949 fbshipit-source-id: 7e0f1487a3954eda6574c3bc4d4b1d0cb0ac7bb1
- Loading branch information