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 06a75f1 commit eff91b9Copy full SHA for eff91b9
libcxx/include/string
@@ -1766,8 +1766,7 @@ public:
1766
# endif
1767
1768
# if _LIBCPP_STD_VER >= 26
1769
- [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __self_view
1770
- subview(size_type __pos = 0, size_type __n = npos) const {
+ [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __self_view subview(size_type __pos = 0, size_type __n = npos) const {
1771
return __self_view(*this).subview(__pos, __n);
1772
}
1773
0 commit comments