Commit c7dd6097 authored by Zoltán Gilián's avatar Zoltán Gilián Committed by Facebook Github Bot

Always define FOLLY_HAS_COROUTINES

Summary: To enable building with -Werror,-Wundef.

Reviewed By: guangyfb

Differential Revision: D18850905

fbshipit-source-id: 95555781fec991eac119c95a6a6cd7751b5ba742
parent 0006ae95
......@@ -507,6 +507,10 @@ constexpr auto kCpplibVer = 0;
#endif
#endif // __cplusplus >= 201703L
#ifndef FOLLY_HAS_COROUTINES
#define FOLLY_HAS_COROUTINES 0
#endif
// MSVC 2017.5 && C++17
#if __cpp_noexcept_function_type >= 201510 || \
(_MSC_FULL_VER >= 191225816 && _MSVC_LANG > 201402)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment