gcc/libstdc++-v3/include/precompiled
Jonathan Wakely ecf65330c1 libstdc++: Fix unconditional definition of __cpp_lib_span in <version> [PR 97869}
The <span> header is empty unless Concepts are supported, but <version>
defines the __cpp_lib_span feature test macro unconditionally. It should
be guarded by the same conditions as in <span>.

libstdc++-v3/ChangeLog:

	PR libstdc++/97869
	* include/precompiled/stdc++.h: Include <coroutine>.
	* include/std/version (__cpp_lib_span): Check __cpp_lib_concepts
	before defining.
2020-11-17 16:13:14 +00:00
..
extc++.h
stdc++.h libstdc++: Fix unconditional definition of __cpp_lib_span in <version> [PR 97869} 2020-11-17 16:13:14 +00:00
stdtr1c++.h