2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-16 04:10:35 +08:00
Jonathan Wakely db3c5831f8 libstdc++: Remove problematic static_assert from src/c++20/tzdb.cc
This assertion fails for cris-elf where sizeof(datetime) is only 7, due
to lower alignment requirements. The assertion was used while I was
writing the code to check that the objects were as compact as I wanted,
but it doesn't need to be kept now.

libstdc++-v3/ChangeLog:

	* src/c++20/tzdb.cc: Remove static_assert.
2022-12-23 09:21:47 +00:00
..
2022-10-29 00:55:42 +01:00
2022-12-23 00:17:16 +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.