Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf357b0

Browse files
committed
Cleanup
1 parentcb2254f commitcf357b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎libcxx/include/istream‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ public:
294294
basic_istream&getline(char_type* __s, streamsize __n, char_type __dlm);
295295

296296
basic_istream&ignore(streamsize __n =1, int_type __dlm = traits_type::eof());
297-
// template <class _Tp = char_type,
298-
// class = typename enable_if<is_same<_Tp, char_type>::value>::type>
299297
template<class_Tp = char_type,__enable_if_t<is_same<_Tp, char_type>::value,int> =0>
300298
inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_istream&ignore(streamsize __n, char_type __delim) {
301299
returnignore(__n,traits_type::to_int_type(__delim));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp