diff options
Diffstat (limited to 'libcxx/include/__algorithm/comp.h')
-rw-r--r-- | libcxx/include/__algorithm/comp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/__algorithm/comp.h b/libcxx/include/__algorithm/comp.h index 38e2fb9..ab3c598 100644 --- a/libcxx/include/__algorithm/comp.h +++ b/libcxx/include/__algorithm/comp.h @@ -11,7 +11,6 @@ #include <__config> #include <__type_traits/desugars_to.h> -#include <__type_traits/is_generic_transparent_comparator.h> #include <__type_traits/is_integral.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) @@ -49,9 +48,6 @@ inline const bool __desugars_to_v<__less_tag, __less<>, _Tp, _Tp> = true; template <class _Tp> inline const bool __desugars_to_v<__totally_ordered_less_tag, __less<>, _Tp, _Tp> = is_integral<_Tp>::value; -template <> -inline const bool __is_generic_transparent_comparator_v<__less<> > = true; - _LIBCPP_END_NAMESPACE_STD #endif // _LIBCPP___ALGORITHM_COMP_H |