Fix time-test linkage in oss build
Summary: Somehow gcc49 as used in travis-ci is having a hard time deciding which constructor to call in `folly/executors/test/ThreadPoolExecutorTest.cpp:721`. It can't decide between `folly/executors/CPUThreadPoolExecutor.h:69` and `folly/executors/CPUThreadPoolExecutor.h:83`. All this diff does is give it a hint about which constructor it should use. Reviewed By: yfeldblum Differential Revision: D8219425 fbshipit-source-id: d92b08efc8bad795ce4a6775efd1e0512aaa6bb5
Showing
Please register or sign in to comment