Files
gcc/libstdc++-v3
Jonathan Wakely 437ed2fec7 libstdc++: Add missing constraints to views::indices
Calling views::indices(n) should be expression equivalent to
views::iota(decltype(n)(0), n), which means it should have the same
constraints as views::iota and be SFINAE-friendly.

libstdc++-v3/ChangeLog:

	* include/std/ranges (indices::operator()): Constrain using
	__can_iota_view concept.
	* testsuite/std/ranges/indices/1.cc: Check SFINAE-friendliness
	required by expression equivalence. Replace unused <vector>
	header with <stddef.h> needed for size_t.
2025-10-22 09:59:36 +01:00
..
2025-10-05 17:14:49 +01:00
2025-10-05 17:14:49 +01:00
2025-10-05 17:14:49 +01:00
2025-10-21 00:20:03 +00:00
2025-10-05 17:14:49 +01: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.