Replace boost::next with std::next (#896)
Summary: - Replace uses of `boost::next` with `std::next`. - Replace uses of `boost::prior` with `std::prev`. Pull Request resolved: https://github.com/facebook/folly/pull/896 Reviewed By: ot Differential Revision: D9114372 Pulled By: yfeldblum fbshipit-source-id: 4b15b81ffb43dee00b64c4abc171747a95ceb6b7
Showing
Please register or sign in to comment