Skip to content

Commit 31fa136

Browse files
ZingamH-G-Hristov
authored andcommitted
Update libcxx/include/istream
1 parent 9286094 commit 31fa136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/istream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public:
295295

296296
basic_istream& ignore(streamsize __n = 1, int_type __dlm = traits_type::eof());
297297
# if _LIBCPP_STD_VER >= 26
298-
basic_istream& ignore(streamsize __n, char_type __delim)
298+
inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& ignore(streamsize __n, char_type __delim)
299299
requires is_same_v<char_type, char>
300300
{
301301
return this->ignore(__n, _Traits::to_int_type(__delim));

0 commit comments

Comments
 (0)