================
@@ -1241,8 +1254,7 @@ SYMBOL(fgetwc, None, <wchar.h>)
 SYMBOL(fgetws, std::, <cwchar>)
 SYMBOL(fgetws, None, <cwchar>)
 SYMBOL(fgetws, None, <wchar.h>)
-SYMBOL(filebuf, std::, <streambuf>)
-SYMBOL(filebuf, std::, <iostream>)
+SYMBOL(filebuf, std::, <fstream>)
----------------
vvd170501 wrote:

Previous versions of cppreference mentioned incorrect headers for `filebuf` and 
`wfilebuf`.
`<fstream>` is the correct one: https://eel.is/c++draft/fstream.syn#lib:filebuf

https://github.com/llvm/llvm-project/pull/118174
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to