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 a643836 commit 554d5ecCopy full SHA for 554d5ec
libcxx/include/string
@@ -1213,7 +1213,7 @@ public:
1213
__alloc_traits::deallocate(__alloc(), __get_long_pointer(), __get_long_cap());
1214
}
1215
1216
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 operator __self_view() const _NOEXCEPT {
+ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 operator __self_view() const _NOEXCEPT _LIBCPP_LIFETIMEBOUND {
1217
return __self_view(typename __self_view::__assume_valid(), data(), size());
1218
1219
0 commit comments