Skip to content

Commit ba1b82e

Browse files
committed
[libcxx] Replace _LIBCPP_HIDDEN with _LIBCPP_HIDE_FROM_ABI in char_traits::eq
- resolved a TODO
1 parent 00a87b7 commit ba1b82e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__string/char_traits.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ struct char_traits<char> {
9393
__c1 = __c2;
9494
}
9595

96-
// TODO: Make this _LIBCPP_HIDE_FROM_ABI
9796
static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT {
9897
return __c1 == __c2;
9998
}

0 commit comments

Comments
 (0)