[all-commits] [llvm/llvm-project] d57fe1: [libc++] Implement LWG3464(istream::gcount() can o...
yronglin via All-commits
all-commits at lists.llvm.org
Sat Aug 26 20:25:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d57fe1dbe0506c006d8f082101a7c00fde798ddb
https://github.com/llvm/llvm-project/commit/d57fe1dbe0506c006d8f082101a7c00fde798ddb
Author: yronglin <yronglin777 at gmail.com>
Date: 2023-08-27 (Sun, 27 Aug 2023)
Changed paths:
M libcxx/docs/Status/Cxx23Issues.csv
M libcxx/include/istream
Log Message:
-----------
[libc++] Implement LWG3464(istream::gcount() can overflow)
Implement LWG3464 https://wg21.link/LWG3464
Reviewed By: Mordante
Differential Revision: https://reviews.llvm.org/D158749
More information about the All-commits
mailing list