Remove GCC 4.9 workaround in FunctionTest (#1126)
Summary: - On GCC 4.9 and below, the type of `vec` could not be deduced in the `for_each` call. - Since folly requires GCC 5.1 or later now, which has no issues in the deduction, remove the workaround and associated comment. Pull Request resolved: https://github.com/facebook/folly/pull/1126 Reviewed By: Orvid Differential Revision: D15292875 Pulled By: yfeldblum fbshipit-source-id: 50533536e9e73d2c3e5d466d1b6143d0d4085648
Showing
Please register or sign in to comment