Files
gcc/libstdc++-v3
Jonathan Wakely 881c6cabce libstdc++: Fix size passed to operator delete [PR108097]
The number of elements gets stored in _M_capacity so use a separate
variable for the number of bytes to allocate.

libstdc++-v3/ChangeLog:

	PR libstdc++/108097
	* include/std/stacktrace (basic_stracktrace::_Impl): Do not
	multiply N by sizeof(value_type) when allocating.
2022-12-14 14:11:13 +00:00
..
2022-10-29 00:55:42 +01:00
2022-12-13 22:15:29 +01:00
2022-12-14 00:18:37 +00:00

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.