]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add header mdspan to the build-system.
authorLuc Grosheintz <luc.grosheintz@gmail.com>
Tue, 29 Apr 2025 12:46:08 +0000 (14:46 +0200)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 7 May 2025 10:47:39 +0000 (11:47 +0100)
commit4c9eef71db5e8e693c44ac4090247541e5a43063
treebd5853adae4db687201416bb9820f8a1662aab68
parent369c439ca19725712426defb441663c529b27dd3
libstdc++: Add header mdspan to the build-system.

Creates a nearly empty header mdspan and adds it to the build-system and
Doxygen config file.

libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in: Add <mdspan>.
* include/Makefile.am: Ditto.
* include/Makefile.in: Ditto.
* include/precompiled/stdc++.h: Ditto.
* include/std/mdspan: New file.

Signed-off-by: Luc Grosheintz <luc.grosheintz@gmail.com>
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/precompiled/stdc++.h
libstdc++-v3/include/std/mdspan [new file with mode: 0644]