Skip to content

Commit 10582cb

Browse files
committed
[libc++] Fix incorrectly-placed attribute
1 parent 1f5ee80 commit 10582cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/typeindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public:
7070
_LIBCPP_HIDE_FROM_ABI
7171
bool operator==(const type_index& __y) const _NOEXCEPT
7272
{return *__t_ == *__y.__t_;}
73-
_LIBCPP_HIDE_FROM_ABI
7473
#if _LIBCPP_STD_VER <= 17
74+
_LIBCPP_HIDE_FROM_ABI
7575
bool operator!=(const type_index& __y) const _NOEXCEPT
7676
{return *__t_ != *__y.__t_;}
7777
#endif

0 commit comments

Comments
 (0)