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 4cb58c0 commit 64bc443Copy full SHA for 64bc443
libcxx/include/istream
@@ -294,7 +294,7 @@ public:
294
295
basic_istream& ignore(streamsize __n = 1, int_type __dlm = traits_type::eof());
296
# if _LIBCPP_STD_VER >= 26
297
- inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream& ignore(streamsize __n, char_type __delim)
+ _LIBCPP_HIDE_FROM_ABI basic_istream& ignore(streamsize __n, char_type __delim)
298
requires is_same_v<char_type, char>
299
{
300
return this->ignore(__n, _Traits::to_int_type(__delim));
0 commit comments