We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b355b2 commit 00a87b7Copy full SHA for 00a87b7
libcxx/include/__string/char_traits.h
@@ -94,7 +94,7 @@ struct char_traits<char> {
94
}
95
96
// TODO: Make this _LIBCPP_HIDE_FROM_ABI
97
- static inline _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT {
+ static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT {
98
return __c1 == __c2;
99
100
static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT {
0 commit comments