Skip to content

Commit 6d9c59c

Browse files
H-G-Hristovldionne
andauthored
Update libcxx/include/istream
Co-authored-by: Louis Dionne <[email protected]>
1 parent 22060b7 commit 6d9c59c

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
@@ -70,7 +70,7 @@ public:
7070
basic_istream& getline(char_type* s, streamsize n, char_type delim);
7171
7272
basic_istream& ignore(streamsize n = 1, int_type delim = traits_type::eof());
73-
basic_istream& ignore(streamsize n, char_type delim); // Since C++26
73+
basic_istream& ignore(streamsize n, char_type delim); // Since C++26, implemented as a DR
7474
int_type peek();
7575
basic_istream& read (char_type* s, streamsize n);
7676
streamsize readsome(char_type* s, streamsize n);

0 commit comments

Comments
 (0)