Remove a spurious #ifdef / #endif pair with nothing between them.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@151729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fcbaf48f21
commit
26cba271cb
@ -646,10 +646,8 @@ using ::isunordered;
|
|||||||
using ::float_t;
|
using ::float_t;
|
||||||
using ::double_t;
|
using ::double_t;
|
||||||
|
|
||||||
#ifndef __sun__
|
|
||||||
// abs
|
// abs
|
||||||
|
|
||||||
#endif // __sun__
|
|
||||||
template <class _A1>
|
template <class _A1>
|
||||||
inline _LIBCPP_INLINE_VISIBILITY
|
inline _LIBCPP_INLINE_VISIBILITY
|
||||||
typename enable_if<is_floating_point<_A1>::value, _A1>::type
|
typename enable_if<is_floating_point<_A1>::value, _A1>::type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user