Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/compare
Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | |||||
#include <__compare/weak_order.h> | #include <__compare/weak_order.h> | ||||
#include <__config> | #include <__config> | ||||
#include <version> | #include <version> | ||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) | ||||
# pragma GCC system_header | # pragma GCC system_header | ||||
#endif | #endif | ||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 | |||||
# include <cmath> | |||||
#endif | |||||
#endif // _LIBCPP_COMPARE | #endif // _LIBCPP_COMPARE |