Eliminate std::tr1 references
Summary: `std::tuple` and `std::unordered_map` have long been standardized and supported by every platform we care about. Beyond that MSVC is starting to remove the tr1 namespace entirely, so these references don't work under the newest MSVC. Reviewed By: yfeldblum Differential Revision: D7389783 fbshipit-source-id: c089490360ebf15ac23925f71e991602fda3d7a0
Showing
Please register or sign in to comment