aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.am
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-07-13 11:54:36 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-08-05 14:57:31 +0100
commit29fc5075d7e1dd018599fc391eea4259ef5e4b6c (patch)
treeeaded1180eb83b199b5906d308e1f8511ca86225 /libstdc++-v3/include/Makefile.am
parent1878ab3650d8c646a4db364df388adaec2a29870 (diff)
downloadgcc-29fc5075d7e1dd018599fc391eea4259ef5e4b6c.zip
gcc-29fc5075d7e1dd018599fc391eea4259ef5e4b6c.tar.gz
gcc-29fc5075d7e1dd018599fc391eea4259ef5e4b6c.tar.bz2
libstdc++: Implement <experimental/scope> from LFTSv3
libstdc++-v3/ChangeLog: * include/Makefile.am: Add new header. * include/Makefile.in: Regenerate. * include/experimental/scope: New file. * testsuite/experimental/scopeguard/uniqueres.cc: New test. * testsuite/experimental/scopeguard/exit.cc: New test.
Diffstat (limited to 'libstdc++-v3/include/Makefile.am')
-rw-r--r--libstdc++-v3/include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am
index 069a16e..3eeb407 100644
--- a/libstdc++-v3/include/Makefile.am
+++ b/libstdc++-v3/include/Makefile.am
@@ -757,6 +757,7 @@ experimental_headers = \
${experimental_srcdir}/random \
${experimental_srcdir}/ratio \
${experimental_srcdir}/regex \
+ ${experimental_srcdir}/scope \
${experimental_srcdir}/set \
${experimental_srcdir}/simd \
${experimental_srcdir}/socket \