File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,8 @@ public:
316316 _LIBCPP_HIDE_FROM_ABI size_t hash_code () const _NOEXCEPT { return __impl::__hash (__type_name); }
317317
318318 // We need to inline this code because otherwise we will get a stack overflow with undefined sanitizer.
319- _LIBCPP_HIDE_FROM_ABI _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR_SINCE_CXX23 bool operator ==(const type_info& __arg) const _NOEXCEPT {
319+ _LIBCPP_HIDE_FROM_ABI _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR_SINCE_CXX23 bool
320+ operator ==(const type_info& __arg) const _NOEXCEPT {
320321 // When evaluated in a constant expression, both type infos simply can't come
321322 // from different translation units, so it is sufficient to compare their addresses.
322323 if (__libcpp_is_constant_evaluated ()) {
You can’t perform that action at this time.
0 commit comments