folly/pushmi: workaround clang modules bug
Summary: Use of `auto` as a return type of a class member function is causing clang module build errors. I've yet to completely reduce this issue and file an upstream bug report. This diff works around it for now by using `decltype`. Reviewed By: kirkshoop Differential Revision: D13056670 fbshipit-source-id: cffaa2ff347429935bd2c8ef9044339eed946b0f
Showing
Please register or sign in to comment