File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,12 @@ public:
81
81
bool operator >=(const type_index& __y) const _NOEXCEPT
82
82
{return !__t_->before (*__y.__t_ );}
83
83
84
- #if !defined(_LIBCPP_SGX_CONFIG)
85
84
_LIBCPP_INLINE_VISIBILITY
86
85
size_t hash_code () const _NOEXCEPT {return __t_->hash_code ();}
87
86
_LIBCPP_INLINE_VISIBILITY
88
87
const char * name () const _NOEXCEPT {return __t_->name ();}
89
- #endif // !defined(_LIBCPP_SGX_CONFIG)
90
88
};
91
89
92
- #if !defined(_LIBCPP_SGX_CONFIG)
93
90
template <class _Tp > struct _LIBCPP_TYPE_VIS_ONLY hash;
94
91
95
92
template <>
@@ -100,7 +97,6 @@ struct _LIBCPP_TYPE_VIS_ONLY hash<type_index>
100
97
size_t operator ()(type_index __index) const _NOEXCEPT
101
98
{return __index.hash_code ();}
102
99
};
103
- #endif // !defined(_LIBCPP_SGX_CONFIG)
104
100
105
101
_LIBCPP_END_NAMESPACE_STD
106
102
Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ public:
58
58
*/
59
59
60
60
#include < __config>
61
- #if defined(_LIBCPP_SGX_CONFIG)
62
- #include < ../stdc++/typeinfo>
63
- #else // !defined(_LIBCPP_SGX_CONFIG)
64
61
#include < exception>
65
62
#include < cstddef>
66
63
#include < cstdint>
@@ -168,6 +165,4 @@ public:
168
165
169
166
} // std
170
167
171
- #endif // !defined(_LIBCPP_SGX_CONFIG)
172
-
173
168
#endif // __LIBCPP_TYPEINFO
You can’t perform that action at this time.
0 commit comments