We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a600 commit 4017f04Copy full SHA for 4017f04
libcxx/include/string
@@ -1138,7 +1138,7 @@ public:
1138
#if _LIBCPP_STD_VER >= 23
1139
basic_string& operator=(nullptr_t) = delete;
1140
#endif
1141
- _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_STRING_INTERNAL_MEMORY_ACCESS basic_string& operator=(value_type __c);
+ _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& operator=(value_type __c);
1142
1143
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 iterator begin() _NOEXCEPT {
1144
return __make_iterator(__get_pointer());
0 commit comments