Commit f1a936b6 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook GitHub Bot

cut outdated use of FOLLY_USE_LIBSTDCPP

Summary: Just replace it with `__GLIBCXX__`.

Reviewed By: andrewjcg

Differential Revision: D32624136

fbshipit-source-id: fa3ae4b4e7c3b6c05793a25cc99a93a0d0c18c7f
parent 9b876d88
...@@ -483,7 +483,7 @@ constexpr auto kIsLibcpp = true; ...@@ -483,7 +483,7 @@ constexpr auto kIsLibcpp = true;
constexpr auto kIsLibcpp = false; constexpr auto kIsLibcpp = false;
#endif #endif
#if FOLLY_USE_LIBSTDCPP #if __GLIBCXX__
constexpr auto kIsLibstdcpp = true; constexpr auto kIsLibstdcpp = true;
#else #else
constexpr auto kIsLibstdcpp = false; constexpr auto kIsLibstdcpp = false;
......
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