Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

llvm15-libc++-devel-15.0.7-7.1 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: llvm15-libc++-devel Distribution: openSUSE Tumbleweed
Version: 15.0.7 Vendor: openSUSE
Release: 7.1 Build date: Fri Mar 8 18:17:33 2024
Group: Development/Libraries/C and C++ Build host: i02-armsrv2
Size: 6486924 Source RPM: llvm15-15.0.7-7.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.llvm.org/
Summary: C++ standard library implementation (devel package)
This package contains libc++, a new implementation of the C++
standard library, targeting C++11. (development files)

Provides

Requires

License

Apache-2.0 WITH LLVM-exception AND NCSA

Changelog

* Wed Mar 06 2024 Michael Gorse <mgorse@suse.com>
  - Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being
    pulled in by cmake in SLE-15-SP6.
* Mon Mar 04 2024 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]].
  - Require 8 GB memory for 64-bit architectures to prevent OOM.
  - Disable test that fails on ppc64le.
* Fri Mar 01 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Thu Jan 11 2024 Fabian Vogt <fvogt@suse.com>
  - Use %_target_* for determining the compiler host triple (boo#1218701)
* Thu Nov 30 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Manage clang-cpp with update-alternatives like other binaries.
* Thu Oct 19 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Disable zstd support for now regardless of whether libzstd-devel
    is installed. (boo#1216121)
* Thu Jun 15 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Make python3-clang noarch again and fix conflicts/provides to
    point to %python3_sitelib instead of %python3_sitearch.
* Sat Mar 11 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux
    as implicitly GNU. Without this we would get library calls for
    fused-multiply-add even if it's available in hardware.
  - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH
    to openmp executables. (boo#1206837)
* Thu Mar 09 2023 Dirk Müller <dmueller@suse.com>
  - update constraints to exclude workers with very slow CPU
* Sat Jan 14 2023 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.7.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Build stage 2 with -fno-plt on x86_64: since building with
    - Wl,-z,now the PLT stubs are basically dead code, so eliminating
    the indirection reduces the number of branches and improves code
    locality for the quite frequent cross-DSO calls.
  - Add llvm-workaround-superfluous-branches.patch: hints LLVM to
    eliminate branches until gh#llvm/llvm-project#28804 is solved.
* Sun Dec 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.6.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Wed Nov 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.5.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Remove obsolete lldb-swig-4.1.0-build-fix.patch.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Sun Nov 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.4.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Thu Oct 27 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.3.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix
    lowering of non-canonical vector comparison with zero on armv7,
    preventing a crash (boo#1204267, gh#llvm/llvm-project#58514).
  - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Tue Oct 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.2.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Thu Sep 22 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.1.
    * This release contains bug-fixes for the LLVM 15.0.0 release.
      This release is API and ABI compatible with 15.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Wed Sep 21 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Always drop -gnu from triple for consistency. Patch a test that
    was looking for -linux- in clang-test-xfail-gnuless-triple.patch.
* Mon Sep 12 2022 Andreas Schwab <schwab@suse.de>
  - Use correct LLVM_HOST_TRIPLE for riscv64
* Tue Sep 06 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 15.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/15.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/15.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-debuginfod: Provides debug info to remote hosts.
    - llvm-dwarfutil: Can copy and manipulate debug info.
    - llvm-remark-size-diff: Compute diff between remark files.
    * New Clang tools:
    - clang-offload-packager: Bundle multiple objects into single
      fat binaries including offload code.
    - clang-pseudo: Approximate heuristic parser for C++.
  - Rebase patches:
    * check-no-llvm-exegesis.patch
    * link-clang-tools-extra-shared.patch
    * lld-default-sha1.patch
    * llvm-do-not-install-static-libraries.patch
    * lto-disable-cache.patch
  - Drop patches that have landed upstream:
    * clang-repl-private-deps.patch
    * llvm-glibc-2-36.patch
    * llvm-scev-fix-isImpliedViaMerge.patch
  - Drop llvm-lifetime-for-rust.patch: this is now solved via
    attributes and LLVM doesn't need a hardcoded list of allocation
    functions anymore.
  - Add llvm-link-atomic.patch to fix build on ppc.
  - Add libcxx-test-library-path.patch to fix libc++ tests failing
    without RUNPATH on libc++.so.
  - Add libcxxabi-fix-armv7-test.patch to fix tests on armv7l.
  - Thanks to Andreas Schwab for most of the rebasing!
* Sat Sep 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Make sure we keep -DNDEBUG. At some point %{optflags} must have
    lost it, perhaps because CMake usually adds it on top. So when
    overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
    take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
    because that's the default anyway and hasn't helped here.
  - Add llvm-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation
    caused by mixing up values of the current and previous iteration.
    (See gh#llvm/llvm-project#56242.)
* Fri Aug 26 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add llvm-lifetime-for-rust.patch to have Rust memory management
    functions considered as lifetime markers. This should aid dead
    store elimination to dynamically allocated memory in Rust code.
* Tue Aug 23 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't declare python3-clang as noarch: Python packages are
    installed into %{_libdir}.
* Sat Aug 13 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Use black RPM macro magic to deduplicate binary lists. This
    should have no effect on the generated RPM but shaves ~400 lines
    off the specfile and hopefully makes future maintenance easier.
* Wed Aug 10 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add WebAssembly support for all architectures.
* Tue Aug 09 2022 Martin Liška <mliska@suse.cz>
  - Add llvm-glibc-2-36.patch in order to address boo#1202215.
* Mon Jul 04 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.6.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Thu Jun 16 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.5.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Sat May 28 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.4.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Don't use gold for linking anymore: on s390x we use ld.bfd with
    LLVMgold.so, on ppc64 we disable ThinLTO for now.
  - Using ld.bfd on s390x exposed an issue with the existing
    llvm_build_tablegen_component_as_shared_library.patch: linking
    llvm-tblgen with libLLVM.so means we also have to link libraries
    used for that (like LLVMTableGenGlobalISel) with libLLVM.so.
  - Rewrite summary and description for llvm-gold to point out that
    it can also be used with ld.bfd, recommend with binutils.
  - Prefer RPM macros over shell scripting, so that we can better
    inspect the build script with substitutions in place.
  - More memory for stage 1 build jobs due to recent OOMs.
  - Add %_libclang_sonum RPM macro to llvm-devel, since that might
    now diverge from %_llvm_sonum.
  - Rebase llvm-do-not-install-static-libraries.patch.
* Sat Apr 30 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.3.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Use ThinLTO with lld on i586.
* Sun Apr 24 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.1.
    * This release contains bug-fixes for the LLVM 14.0.0 release.
      This release is API and ABI compatible with 14.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch
  - Don't override default linker flags. (We were losing -Wl,-z,now.)
* Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 14.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-debuginfod-find: Tool to fetch debuginfod artifacts.
    - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker.
    * New Clang tools:
    - clang-linker-wrapper: A wrapper utility over the host linker.
    - clang-nvlink-wrapper: A wrapper tool over nvlink program.
  - Add clang-repl-private-deps.patch to make link dependencies of
    clang-repl private, otherwise CMake can't install.
  - Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to
    fix build on PowerPC (32-bit).
  - Drop llvm-exegesis-link-dylib.patch, instead we don't build
    llvm-exegesis anymore and add check-no-llvm-exegesis.patch to
    disable the corresponding tests.
  - Rebase patches:
    * lldb-cmake.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-normally-versioned-libllvm.patch
  - Drop patches that have landed upstream:
    * llvm-update-extract-section-script.patch
* Sun Apr 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Split up Clang libraries: libclang.so is no longer so-versioned
    alongside LLVM but will stay at libclang.so.13 for now. So we
    put it into a separate package from libclang-cpp.so. Since we
    can't have multiple LLVM versions generate the same package, we
    prefix it for the non-default LLVM with a mechanism inspired by
    the GCC packaging.
  - Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer
    to libclang only by soname, because the installed library might
    be newer than the one originally build with the package.
  - Use the same mechanism to for libc++ and package Clang scripts
    only for the default version. This means we'll no longer have to
    touch the package when a new major version comes out.
  - Make sure we properly clean up the clang scripts if we're not
    packaging them.
  - Let python3-clang use libclang.so.XX, which means we can always
    build it and makes it depend on libclang instead of clang-devel.
  - Fix some rpmlint issues: we don't need explicit library
    dependencies that are detected automatically, and we add proper
    library dependencies to the *-devel packages.
  - Merge llvm-LTO-devel into llvm-devel. That's where the header
    files already are, and they are hard to separate.
  - Let llvm-polly-devel depend on llvm-devel.
  - Remove libLTO and *-devel packages from baselibs, they don't
    seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
  - Consistently set host triple as *-suse-linux-gnu*.
  - Only suggest documentation packages.
* Sun Mar 06 2022 Dirk Müller <dmueller@suse.com>
  - Fix armv6hl cpu architecture typo.
* Sat Feb 19 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang-devel accept a newer version of clang-tools:
    we don't keep multiple versions of the latter.
* Tue Feb 15 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - AND instead of OR in License tag after sr#954337.
* Mon Feb 14 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - More conflicts for addition to Leap: clang-tools conflicts with
    llvm9 because that doesn't have the move of hmaptool yet, and
    llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
* Tue Feb 08 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're
    deliberately conflicting with SLE here to offer a newer version
    than what SUSE wants to support.
    (https://code.opensuse.org/leap/features/issue/55)
* Thu Feb 03 2022 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.1.
    * This release contains bug-fixes for the LLVM 13.0.0 release.
      This release is API and ABI compatible with 13.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * llvm-fix-building-with-GCC-12.patch
  - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH
    for building and testing to simulate behavior of actual package.
* Mon Jan 31 2022 Andreas Schwab <schwab@suse.de>
  - Update constraints for riscv64
* Thu Jan 20 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add support for experimental targets and enable the M68k backend
  - Add patch to fix testsuite after enabling the M68k backend
    + llvm-update-extract-section-script.patch
* Sat Dec 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - BuildRequires: python-rpm-macros to fix Leap 15.3 build.
  - More memory for GCC compile jobs.
* Fri Nov 12 2021 Alberto Planas Dominguez <aplanas@suse.com>
  - Add FileCheck into the devel package, as is required for testing
    Rust (boo#1192629)
* Tue Nov 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Let clang recommend gcc and glibc-devel as we need both for
    building executables. No hard requirement because Clang can be
    used as a frontend only. (boo#1191587)
  - Set minimal CMake version required.
* Tue Nov 02 2021 Martin Liška <mliska@suse.cz>
  - Backport llvm-fix-building-with-GCC-12.patch in order to fix building
    with GCC 12.
* Sat Oct 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 13.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html
    * New LLVM tools:
    - llvm-otool: Mach-O object file displaying tool.
    - llvm-sim: LLVM IR Similarity Visualizer.
    - llvm-tapi-diff: Diff tool for tbd files.
    - llvm-windres: Tool to manipulate Windows resources.
    * llvm-elfabi was removed.
    * New Clang tools:
    - clang-repl, an interactive interpreter for C/C++.
    - intercept-build, analyze-build: the former intercepts build
      commands to build a compilation database, the latter runs
      the static analyzer over all translation units.
    - scan-build-py: Python reimplementation of scan-build.
  - Rebase patches:
    * link-clang-shared.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm-exegesis-link-dylib.patch
  - Drop patches that have landed upstream:
    * tablegen-test-link-static.patch
  - Run tests on more architectures, disable those that seem to hang.
    Don't run libcxx tests at all anymore because they take so long.
  - Relax constraints so that we can build on more machines.
* Sat Sep 18 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Set CMAKE_LINKER to workaround CMake wanting to use lld just
    because we're using clang as compiler. Fixes build on aarch64.
    (https://bugs.llvm.org/show_bug.cgi?id=51115)
* Sat Jul 10 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.1.
    * This release contains bug-fixes for the LLVM 12.0.0 release.
      This release is API and ABI compatible with 12.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete patches:
    * clangd-cmake-non-standard-layout.patch
    * compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch
    * lld-no-version-on-undefined-weak-lazy-symbols.patch
* Fri Jul 02 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch:
    Fix build with linux-glibc-devel 5.13.
* Thu May 13 2021 Martin Liška <mliska@suse.cz>
  - Set memory limits for DWZ to 4x.
* Fri Apr 16 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 12.0.0.
    * For details, see the release notes:
    - https://releases.llvm.org/12.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/12.0.0/tools/lld/docs/ReleaseNotes.html
  - Rebase patches:
    * assume-opensuse.patch
    * lldb-cmake.patch
    * llvm-better-detect-64bit-atomics-support.patch
    * llvm-do-not-install-static-libraries.patch
    * llvm_build_tablegen_component_as_shared_library.patch
  - Drop patches that have landed upstream:
    * Fix-missing-include.patch
  - Always use ld.bfd for stage 1, use lld for stage 2 where we use
    ThinLTO and where it's supported, gold where lld doesn't work,
    and ld.bfd where we don't use ThinLTO. (boo#1181621)
  - Add lld-no-version-on-undefined-weak-lazy-symbols.patch to fix a
    bug in lld that made libLLVM.so contain a corrupt symbol version.
  - Add clangd-cmake-non-standard-layout.patch to fix build in our
    non-monorepo layout.
* Sun Feb 14 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Don't use gold and ThinLTO on ppc64le because of boo#1181621.
  - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)
  - CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch:
    Fix target component lookup. (boo#1180748)
* Sat Jan 09 2021 Aaron Puchert <aaronpuchert@alice-dsl.net>
  - Update to version 11.0.1.
    * This release contains bug-fixes for the LLVM 11.0.0 release.
      This release is API and ABI compatible with 11.0.0.
  - Rebase llvm-do-not-install-static-libraries.patch.
  - Drop obsolete compiler-rt-dont-compile-assembly-files-as-c.patch.
  - Make documentation tarballs more reproducible.
* Wed Jan 06 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Increase required RAM for aarch64
* Fri Jan 01 2021 Callum Farmer <gmbr3@opensuse.org>
  - Move BFD plugins to %{_libdir}

Files

/usr/include/c++
/usr/include/c++/v1
/usr/include/c++/v1/__algorithm
/usr/include/c++/v1/__algorithm/adjacent_find.h
/usr/include/c++/v1/__algorithm/all_of.h
/usr/include/c++/v1/__algorithm/any_of.h
/usr/include/c++/v1/__algorithm/binary_search.h
/usr/include/c++/v1/__algorithm/clamp.h
/usr/include/c++/v1/__algorithm/comp.h
/usr/include/c++/v1/__algorithm/comp_ref_type.h
/usr/include/c++/v1/__algorithm/copy.h
/usr/include/c++/v1/__algorithm/copy_backward.h
/usr/include/c++/v1/__algorithm/copy_if.h
/usr/include/c++/v1/__algorithm/copy_n.h
/usr/include/c++/v1/__algorithm/count.h
/usr/include/c++/v1/__algorithm/count_if.h
/usr/include/c++/v1/__algorithm/equal.h
/usr/include/c++/v1/__algorithm/equal_range.h
/usr/include/c++/v1/__algorithm/fill.h
/usr/include/c++/v1/__algorithm/fill_n.h
/usr/include/c++/v1/__algorithm/find.h
/usr/include/c++/v1/__algorithm/find_end.h
/usr/include/c++/v1/__algorithm/find_first_of.h
/usr/include/c++/v1/__algorithm/find_if.h
/usr/include/c++/v1/__algorithm/find_if_not.h
/usr/include/c++/v1/__algorithm/for_each.h
/usr/include/c++/v1/__algorithm/for_each_n.h
/usr/include/c++/v1/__algorithm/generate.h
/usr/include/c++/v1/__algorithm/generate_n.h
/usr/include/c++/v1/__algorithm/half_positive.h
/usr/include/c++/v1/__algorithm/in_found_result.h
/usr/include/c++/v1/__algorithm/in_fun_result.h
/usr/include/c++/v1/__algorithm/in_in_out_result.h
/usr/include/c++/v1/__algorithm/in_in_result.h
/usr/include/c++/v1/__algorithm/in_out_out_result.h
/usr/include/c++/v1/__algorithm/in_out_result.h
/usr/include/c++/v1/__algorithm/includes.h
/usr/include/c++/v1/__algorithm/inplace_merge.h
/usr/include/c++/v1/__algorithm/is_heap.h
/usr/include/c++/v1/__algorithm/is_heap_until.h
/usr/include/c++/v1/__algorithm/is_partitioned.h
/usr/include/c++/v1/__algorithm/is_permutation.h
/usr/include/c++/v1/__algorithm/is_sorted.h
/usr/include/c++/v1/__algorithm/is_sorted_until.h
/usr/include/c++/v1/__algorithm/iter_swap.h
/usr/include/c++/v1/__algorithm/iterator_operations.h
/usr/include/c++/v1/__algorithm/lexicographical_compare.h
/usr/include/c++/v1/__algorithm/lower_bound.h
/usr/include/c++/v1/__algorithm/make_heap.h
/usr/include/c++/v1/__algorithm/make_projected.h
/usr/include/c++/v1/__algorithm/max.h
/usr/include/c++/v1/__algorithm/max_element.h
/usr/include/c++/v1/__algorithm/merge.h
/usr/include/c++/v1/__algorithm/min.h
/usr/include/c++/v1/__algorithm/min_element.h
/usr/include/c++/v1/__algorithm/min_max_result.h
/usr/include/c++/v1/__algorithm/minmax.h
/usr/include/c++/v1/__algorithm/minmax_element.h
/usr/include/c++/v1/__algorithm/mismatch.h
/usr/include/c++/v1/__algorithm/move.h
/usr/include/c++/v1/__algorithm/move_backward.h
/usr/include/c++/v1/__algorithm/next_permutation.h
/usr/include/c++/v1/__algorithm/none_of.h
/usr/include/c++/v1/__algorithm/nth_element.h
/usr/include/c++/v1/__algorithm/partial_sort.h
/usr/include/c++/v1/__algorithm/partial_sort_copy.h
/usr/include/c++/v1/__algorithm/partition.h
/usr/include/c++/v1/__algorithm/partition_copy.h
/usr/include/c++/v1/__algorithm/partition_point.h
/usr/include/c++/v1/__algorithm/pop_heap.h
/usr/include/c++/v1/__algorithm/prev_permutation.h
/usr/include/c++/v1/__algorithm/push_heap.h
/usr/include/c++/v1/__algorithm/ranges_adjacent_find.h
/usr/include/c++/v1/__algorithm/ranges_all_of.h
/usr/include/c++/v1/__algorithm/ranges_any_of.h
/usr/include/c++/v1/__algorithm/ranges_binary_search.h
/usr/include/c++/v1/__algorithm/ranges_clamp.h
/usr/include/c++/v1/__algorithm/ranges_copy.h
/usr/include/c++/v1/__algorithm/ranges_copy_backward.h
/usr/include/c++/v1/__algorithm/ranges_copy_if.h
/usr/include/c++/v1/__algorithm/ranges_copy_n.h
/usr/include/c++/v1/__algorithm/ranges_count.h
/usr/include/c++/v1/__algorithm/ranges_count_if.h
/usr/include/c++/v1/__algorithm/ranges_equal.h
/usr/include/c++/v1/__algorithm/ranges_equal_range.h
/usr/include/c++/v1/__algorithm/ranges_fill.h
/usr/include/c++/v1/__algorithm/ranges_fill_n.h
/usr/include/c++/v1/__algorithm/ranges_find.h
/usr/include/c++/v1/__algorithm/ranges_find_end.h
/usr/include/c++/v1/__algorithm/ranges_find_first_of.h
/usr/include/c++/v1/__algorithm/ranges_find_if.h
/usr/include/c++/v1/__algorithm/ranges_find_if_not.h
/usr/include/c++/v1/__algorithm/ranges_for_each.h
/usr/include/c++/v1/__algorithm/ranges_for_each_n.h
/usr/include/c++/v1/__algorithm/ranges_generate.h
/usr/include/c++/v1/__algorithm/ranges_generate_n.h
/usr/include/c++/v1/__algorithm/ranges_includes.h
/usr/include/c++/v1/__algorithm/ranges_inplace_merge.h
/usr/include/c++/v1/__algorithm/ranges_is_heap.h
/usr/include/c++/v1/__algorithm/ranges_is_heap_until.h
/usr/include/c++/v1/__algorithm/ranges_is_partitioned.h
/usr/include/c++/v1/__algorithm/ranges_is_permutation.h
/usr/include/c++/v1/__algorithm/ranges_is_sorted.h
/usr/include/c++/v1/__algorithm/ranges_is_sorted_until.h
/usr/include/c++/v1/__algorithm/ranges_iterator_concept.h
/usr/include/c++/v1/__algorithm/ranges_lexicographical_compare.h
/usr/include/c++/v1/__algorithm/ranges_lower_bound.h
/usr/include/c++/v1/__algorithm/ranges_make_heap.h
/usr/include/c++/v1/__algorithm/ranges_max.h
/usr/include/c++/v1/__algorithm/ranges_max_element.h
/usr/include/c++/v1/__algorithm/ranges_merge.h
/usr/include/c++/v1/__algorithm/ranges_min.h
/usr/include/c++/v1/__algorithm/ranges_min_element.h
/usr/include/c++/v1/__algorithm/ranges_minmax.h
/usr/include/c++/v1/__algorithm/ranges_minmax_element.h
/usr/include/c++/v1/__algorithm/ranges_mismatch.h
/usr/include/c++/v1/__algorithm/ranges_move.h
/usr/include/c++/v1/__algorithm/ranges_move_backward.h
/usr/include/c++/v1/__algorithm/ranges_next_permutation.h
/usr/include/c++/v1/__algorithm/ranges_none_of.h
/usr/include/c++/v1/__algorithm/ranges_nth_element.h
/usr/include/c++/v1/__algorithm/ranges_partial_sort.h
/usr/include/c++/v1/__algorithm/ranges_partial_sort_copy.h
/usr/include/c++/v1/__algorithm/ranges_partition.h
/usr/include/c++/v1/__algorithm/ranges_partition_copy.h
/usr/include/c++/v1/__algorithm/ranges_partition_point.h
/usr/include/c++/v1/__algorithm/ranges_pop_heap.h
/usr/include/c++/v1/__algorithm/ranges_prev_permutation.h
/usr/include/c++/v1/__algorithm/ranges_push_heap.h
/usr/include/c++/v1/__algorithm/ranges_remove.h
/usr/include/c++/v1/__algorithm/ranges_remove_copy.h
/usr/include/c++/v1/__algorithm/ranges_remove_copy_if.h
/usr/include/c++/v1/__algorithm/ranges_remove_if.h
/usr/include/c++/v1/__algorithm/ranges_replace.h
/usr/include/c++/v1/__algorithm/ranges_replace_copy.h
/usr/include/c++/v1/__algorithm/ranges_replace_copy_if.h
/usr/include/c++/v1/__algorithm/ranges_replace_if.h
/usr/include/c++/v1/__algorithm/ranges_reverse.h
/usr/include/c++/v1/__algorithm/ranges_reverse_copy.h
/usr/include/c++/v1/__algorithm/ranges_rotate.h
/usr/include/c++/v1/__algorithm/ranges_rotate_copy.h
/usr/include/c++/v1/__algorithm/ranges_sample.h
/usr/include/c++/v1/__algorithm/ranges_search.h
/usr/include/c++/v1/__algorithm/ranges_search_n.h
/usr/include/c++/v1/__algorithm/ranges_set_difference.h
/usr/include/c++/v1/__algorithm/ranges_set_intersection.h
/usr/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h
/usr/include/c++/v1/__algorithm/ranges_set_union.h
/usr/include/c++/v1/__algorithm/ranges_shuffle.h
/usr/include/c++/v1/__algorithm/ranges_sort.h
/usr/include/c++/v1/__algorithm/ranges_sort_heap.h
/usr/include/c++/v1/__algorithm/ranges_stable_partition.h
/usr/include/c++/v1/__algorithm/ranges_stable_sort.h
/usr/include/c++/v1/__algorithm/ranges_swap_ranges.h
/usr/include/c++/v1/__algorithm/ranges_transform.h
/usr/include/c++/v1/__algorithm/ranges_unique.h
/usr/include/c++/v1/__algorithm/ranges_unique_copy.h
/usr/include/c++/v1/__algorithm/ranges_upper_bound.h
/usr/include/c++/v1/__algorithm/remove.h
/usr/include/c++/v1/__algorithm/remove_copy.h
/usr/include/c++/v1/__algorithm/remove_copy_if.h
/usr/include/c++/v1/__algorithm/remove_if.h
/usr/include/c++/v1/__algorithm/replace.h
/usr/include/c++/v1/__algorithm/replace_copy.h
/usr/include/c++/v1/__algorithm/replace_copy_if.h
/usr/include/c++/v1/__algorithm/replace_if.h
/usr/include/c++/v1/__algorithm/reverse.h
/usr/include/c++/v1/__algorithm/reverse_copy.h
/usr/include/c++/v1/__algorithm/rotate.h
/usr/include/c++/v1/__algorithm/rotate_copy.h
/usr/include/c++/v1/__algorithm/sample.h
/usr/include/c++/v1/__algorithm/search.h
/usr/include/c++/v1/__algorithm/search_n.h
/usr/include/c++/v1/__algorithm/set_difference.h
/usr/include/c++/v1/__algorithm/set_intersection.h
/usr/include/c++/v1/__algorithm/set_symmetric_difference.h
/usr/include/c++/v1/__algorithm/set_union.h
/usr/include/c++/v1/__algorithm/shift_left.h
/usr/include/c++/v1/__algorithm/shift_right.h
/usr/include/c++/v1/__algorithm/shuffle.h
/usr/include/c++/v1/__algorithm/sift_down.h
/usr/include/c++/v1/__algorithm/sort.h
/usr/include/c++/v1/__algorithm/sort_heap.h
/usr/include/c++/v1/__algorithm/stable_partition.h
/usr/include/c++/v1/__algorithm/stable_sort.h
/usr/include/c++/v1/__algorithm/swap_ranges.h
/usr/include/c++/v1/__algorithm/transform.h
/usr/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h
/usr/include/c++/v1/__algorithm/unique.h
/usr/include/c++/v1/__algorithm/unique_copy.h
/usr/include/c++/v1/__algorithm/unwrap_iter.h
/usr/include/c++/v1/__algorithm/unwrap_range.h
/usr/include/c++/v1/__algorithm/upper_bound.h
/usr/include/c++/v1/__assert
/usr/include/c++/v1/__availability
/usr/include/c++/v1/__bit
/usr/include/c++/v1/__bit/bit_cast.h
/usr/include/c++/v1/__bit/byteswap.h
/usr/include/c++/v1/__bit_reference
/usr/include/c++/v1/__bits
/usr/include/c++/v1/__bsd_locale_defaults.h
/usr/include/c++/v1/__bsd_locale_fallbacks.h
/usr/include/c++/v1/__charconv
/usr/include/c++/v1/__charconv/chars_format.h
/usr/include/c++/v1/__charconv/from_chars_result.h
/usr/include/c++/v1/__charconv/tables.h
/usr/include/c++/v1/__charconv/to_chars_base_10.h
/usr/include/c++/v1/__charconv/to_chars_result.h
/usr/include/c++/v1/__chrono
/usr/include/c++/v1/__chrono/calendar.h
/usr/include/c++/v1/__chrono/convert_to_timespec.h
/usr/include/c++/v1/__chrono/day.h
/usr/include/c++/v1/__chrono/duration.h
/usr/include/c++/v1/__chrono/file_clock.h
/usr/include/c++/v1/__chrono/hh_mm_ss.h
/usr/include/c++/v1/__chrono/high_resolution_clock.h
/usr/include/c++/v1/__chrono/literals.h
/usr/include/c++/v1/__chrono/month.h
/usr/include/c++/v1/__chrono/month_weekday.h
/usr/include/c++/v1/__chrono/monthday.h
/usr/include/c++/v1/__chrono/steady_clock.h
/usr/include/c++/v1/__chrono/system_clock.h
/usr/include/c++/v1/__chrono/time_point.h
/usr/include/c++/v1/__chrono/weekday.h
/usr/include/c++/v1/__chrono/year.h
/usr/include/c++/v1/__chrono/year_month.h
/usr/include/c++/v1/__chrono/year_month_day.h
/usr/include/c++/v1/__chrono/year_month_weekday.h
/usr/include/c++/v1/__compare
/usr/include/c++/v1/__compare/common_comparison_category.h
/usr/include/c++/v1/__compare/compare_partial_order_fallback.h
/usr/include/c++/v1/__compare/compare_strong_order_fallback.h
/usr/include/c++/v1/__compare/compare_three_way.h
/usr/include/c++/v1/__compare/compare_three_way_result.h
/usr/include/c++/v1/__compare/compare_weak_order_fallback.h
/usr/include/c++/v1/__compare/is_eq.h
/usr/include/c++/v1/__compare/ordering.h
/usr/include/c++/v1/__compare/partial_order.h
/usr/include/c++/v1/__compare/strong_order.h
/usr/include/c++/v1/__compare/synth_three_way.h
/usr/include/c++/v1/__compare/three_way_comparable.h
/usr/include/c++/v1/__compare/weak_order.h
/usr/include/c++/v1/__concepts
/usr/include/c++/v1/__concepts/arithmetic.h
/usr/include/c++/v1/__concepts/assignable.h
/usr/include/c++/v1/__concepts/boolean_testable.h
/usr/include/c++/v1/__concepts/class_or_enum.h
/usr/include/c++/v1/__concepts/common_reference_with.h
/usr/include/c++/v1/__concepts/common_with.h
/usr/include/c++/v1/__concepts/constructible.h
/usr/include/c++/v1/__concepts/convertible_to.h
/usr/include/c++/v1/__concepts/copyable.h
/usr/include/c++/v1/__concepts/derived_from.h
/usr/include/c++/v1/__concepts/destructible.h
/usr/include/c++/v1/__concepts/different_from.h
/usr/include/c++/v1/__concepts/equality_comparable.h
/usr/include/c++/v1/__concepts/invocable.h
/usr/include/c++/v1/__concepts/movable.h
/usr/include/c++/v1/__concepts/predicate.h
/usr/include/c++/v1/__concepts/regular.h
/usr/include/c++/v1/__concepts/relation.h
/usr/include/c++/v1/__concepts/same_as.h
/usr/include/c++/v1/__concepts/semiregular.h
/usr/include/c++/v1/__concepts/swappable.h
/usr/include/c++/v1/__concepts/totally_ordered.h
/usr/include/c++/v1/__config
/usr/include/c++/v1/__config_site
/usr/include/c++/v1/__coroutine
/usr/include/c++/v1/__coroutine/coroutine_handle.h
/usr/include/c++/v1/__coroutine/coroutine_traits.h
/usr/include/c++/v1/__coroutine/noop_coroutine_handle.h
/usr/include/c++/v1/__coroutine/trivial_awaitables.h
/usr/include/c++/v1/__cxxabi_config.h
/usr/include/c++/v1/__debug
/usr/include/c++/v1/__debug_utils
/usr/include/c++/v1/__debug_utils/randomize_range.h
/usr/include/c++/v1/__errc
/usr/include/c++/v1/__filesystem
/usr/include/c++/v1/__filesystem/copy_options.h
/usr/include/c++/v1/__filesystem/directory_entry.h
/usr/include/c++/v1/__filesystem/directory_iterator.h
/usr/include/c++/v1/__filesystem/directory_options.h
/usr/include/c++/v1/__filesystem/file_status.h
/usr/include/c++/v1/__filesystem/file_time_type.h
/usr/include/c++/v1/__filesystem/file_type.h
/usr/include/c++/v1/__filesystem/filesystem_error.h
/usr/include/c++/v1/__filesystem/operations.h
/usr/include/c++/v1/__filesystem/path.h
/usr/include/c++/v1/__filesystem/path_iterator.h
/usr/include/c++/v1/__filesystem/perm_options.h
/usr/include/c++/v1/__filesystem/perms.h
/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h
/usr/include/c++/v1/__filesystem/space_info.h
/usr/include/c++/v1/__filesystem/u8path.h
/usr/include/c++/v1/__format
/usr/include/c++/v1/__format/buffer.h
/usr/include/c++/v1/__format/concepts.h
/usr/include/c++/v1/__format/enable_insertable.h
/usr/include/c++/v1/__format/extended_grapheme_cluster_table.h
/usr/include/c++/v1/__format/format_arg.h
/usr/include/c++/v1/__format/format_arg_store.h
/usr/include/c++/v1/__format/format_args.h
/usr/include/c++/v1/__format/format_context.h
/usr/include/c++/v1/__format/format_error.h
/usr/include/c++/v1/__format/format_fwd.h
/usr/include/c++/v1/__format/format_parse_context.h
/usr/include/c++/v1/__format/format_string.h
/usr/include/c++/v1/__format/format_to_n_result.h
/usr/include/c++/v1/__format/formatter.h
/usr/include/c++/v1/__format/formatter_bool.h
/usr/include/c++/v1/__format/formatter_char.h
/usr/include/c++/v1/__format/formatter_floating_point.h
/usr/include/c++/v1/__format/formatter_integer.h
/usr/include/c++/v1/__format/formatter_integral.h
/usr/include/c++/v1/__format/formatter_output.h
/usr/include/c++/v1/__format/formatter_pointer.h
/usr/include/c++/v1/__format/formatter_string.h
/usr/include/c++/v1/__format/parser_std_format_spec.h
/usr/include/c++/v1/__format/unicode.h
/usr/include/c++/v1/__functional
/usr/include/c++/v1/__functional/binary_function.h
/usr/include/c++/v1/__functional/binary_negate.h
/usr/include/c++/v1/__functional/bind.h
/usr/include/c++/v1/__functional/bind_back.h
/usr/include/c++/v1/__functional/bind_front.h
/usr/include/c++/v1/__functional/binder1st.h
/usr/include/c++/v1/__functional/binder2nd.h
/usr/include/c++/v1/__functional/boyer_moore_searcher.h
/usr/include/c++/v1/__functional/compose.h
/usr/include/c++/v1/__functional/default_searcher.h
/usr/include/c++/v1/__functional/function.h
/usr/include/c++/v1/__functional/hash.h
/usr/include/c++/v1/__functional/identity.h
/usr/include/c++/v1/__functional/invoke.h
/usr/include/c++/v1/__functional/is_transparent.h
/usr/include/c++/v1/__functional/mem_fn.h
/usr/include/c++/v1/__functional/mem_fun_ref.h
/usr/include/c++/v1/__functional/not_fn.h
/usr/include/c++/v1/__functional/operations.h
/usr/include/c++/v1/__functional/perfect_forward.h
/usr/include/c++/v1/__functional/pointer_to_binary_function.h
/usr/include/c++/v1/__functional/pointer_to_unary_function.h
/usr/include/c++/v1/__functional/ranges_operations.h
/usr/include/c++/v1/__functional/reference_wrapper.h
/usr/include/c++/v1/__functional/unary_function.h
/usr/include/c++/v1/__functional/unary_negate.h
/usr/include/c++/v1/__functional/unwrap_ref.h
/usr/include/c++/v1/__functional/weak_result_type.h
/usr/include/c++/v1/__fwd
/usr/include/c++/v1/__fwd/span.h
/usr/include/c++/v1/__fwd/string_view.h
/usr/include/c++/v1/__hash_table
/usr/include/c++/v1/__ios
/usr/include/c++/v1/__ios/fpos.h
/usr/include/c++/v1/__iterator
/usr/include/c++/v1/__iterator/access.h
/usr/include/c++/v1/__iterator/advance.h
/usr/include/c++/v1/__iterator/back_insert_iterator.h
/usr/include/c++/v1/__iterator/bounded_iter.h
/usr/include/c++/v1/__iterator/common_iterator.h
/usr/include/c++/v1/__iterator/concepts.h
/usr/include/c++/v1/__iterator/counted_iterator.h
/usr/include/c++/v1/__iterator/data.h
/usr/include/c++/v1/__iterator/default_sentinel.h
/usr/include/c++/v1/__iterator/distance.h
/usr/include/c++/v1/__iterator/empty.h
/usr/include/c++/v1/__iterator/erase_if_container.h
/usr/include/c++/v1/__iterator/front_insert_iterator.h
/usr/include/c++/v1/__iterator/incrementable_traits.h
/usr/include/c++/v1/__iterator/indirectly_comparable.h
/usr/include/c++/v1/__iterator/insert_iterator.h
/usr/include/c++/v1/__iterator/istream_iterator.h
/usr/include/c++/v1/__iterator/istreambuf_iterator.h
/usr/include/c++/v1/__iterator/iter_move.h
/usr/include/c++/v1/__iterator/iter_swap.h
/usr/include/c++/v1/__iterator/iterator.h
/usr/include/c++/v1/__iterator/iterator_traits.h
/usr/include/c++/v1/__iterator/mergeable.h
/usr/include/c++/v1/__iterator/move_iterator.h
/usr/include/c++/v1/__iterator/move_sentinel.h
/usr/include/c++/v1/__iterator/next.h
/usr/include/c++/v1/__iterator/ostream_iterator.h
/usr/include/c++/v1/__iterator/ostreambuf_iterator.h
/usr/include/c++/v1/__iterator/permutable.h
/usr/include/c++/v1/__iterator/prev.h
/usr/include/c++/v1/__iterator/projected.h
/usr/include/c++/v1/__iterator/readable_traits.h
/usr/include/c++/v1/__iterator/reverse_access.h
/usr/include/c++/v1/__iterator/reverse_iterator.h
/usr/include/c++/v1/__iterator/size.h
/usr/include/c++/v1/__iterator/sortable.h
/usr/include/c++/v1/__iterator/unreachable_sentinel.h
/usr/include/c++/v1/__iterator/wrap_iter.h
/usr/include/c++/v1/__locale
/usr/include/c++/v1/__mbstate_t.h
/usr/include/c++/v1/__memory
/usr/include/c++/v1/__memory/addressof.h
/usr/include/c++/v1/__memory/allocate_at_least.h
/usr/include/c++/v1/__memory/allocation_guard.h
/usr/include/c++/v1/__memory/allocator.h
/usr/include/c++/v1/__memory/allocator_arg_t.h
/usr/include/c++/v1/__memory/allocator_traits.h
/usr/include/c++/v1/__memory/assume_aligned.h
/usr/include/c++/v1/__memory/auto_ptr.h
/usr/include/c++/v1/__memory/compressed_pair.h
/usr/include/c++/v1/__memory/concepts.h
/usr/include/c++/v1/__memory/construct_at.h
/usr/include/c++/v1/__memory/pointer_traits.h
/usr/include/c++/v1/__memory/ranges_construct_at.h
/usr/include/c++/v1/__memory/ranges_uninitialized_algorithms.h
/usr/include/c++/v1/__memory/raw_storage_iterator.h
/usr/include/c++/v1/__memory/shared_ptr.h
/usr/include/c++/v1/__memory/swap_allocator.h
/usr/include/c++/v1/__memory/temporary_buffer.h
/usr/include/c++/v1/__memory/uninitialized_algorithms.h
/usr/include/c++/v1/__memory/unique_ptr.h
/usr/include/c++/v1/__memory/uses_allocator.h
/usr/include/c++/v1/__memory/voidify.h
/usr/include/c++/v1/__mutex_base
/usr/include/c++/v1/__node_handle
/usr/include/c++/v1/__numeric
/usr/include/c++/v1/__numeric/accumulate.h
/usr/include/c++/v1/__numeric/adjacent_difference.h
/usr/include/c++/v1/__numeric/exclusive_scan.h
/usr/include/c++/v1/__numeric/gcd_lcm.h
/usr/include/c++/v1/__numeric/inclusive_scan.h
/usr/include/c++/v1/__numeric/inner_product.h
/usr/include/c++/v1/__numeric/iota.h
/usr/include/c++/v1/__numeric/midpoint.h
/usr/include/c++/v1/__numeric/partial_sum.h
/usr/include/c++/v1/__numeric/reduce.h
/usr/include/c++/v1/__numeric/transform_exclusive_scan.h
/usr/include/c++/v1/__numeric/transform_inclusive_scan.h
/usr/include/c++/v1/__numeric/transform_reduce.h
/usr/include/c++/v1/__random
/usr/include/c++/v1/__random/bernoulli_distribution.h
/usr/include/c++/v1/__random/binomial_distribution.h
/usr/include/c++/v1/__random/cauchy_distribution.h
/usr/include/c++/v1/__random/chi_squared_distribution.h
/usr/include/c++/v1/__random/clamp_to_integral.h
/usr/include/c++/v1/__random/default_random_engine.h
/usr/include/c++/v1/__random/discard_block_engine.h
/usr/include/c++/v1/__random/discrete_distribution.h
/usr/include/c++/v1/__random/exponential_distribution.h
/usr/include/c++/v1/__random/extreme_value_distribution.h
/usr/include/c++/v1/__random/fisher_f_distribution.h
/usr/include/c++/v1/__random/gamma_distribution.h
/usr/include/c++/v1/__random/generate_canonical.h
/usr/include/c++/v1/__random/geometric_distribution.h
/usr/include/c++/v1/__random/independent_bits_engine.h
/usr/include/c++/v1/__random/is_seed_sequence.h
/usr/include/c++/v1/__random/is_valid.h
/usr/include/c++/v1/__random/knuth_b.h
/usr/include/c++/v1/__random/linear_congruential_engine.h
/usr/include/c++/v1/__random/log2.h
/usr/include/c++/v1/__random/lognormal_distribution.h
/usr/include/c++/v1/__random/mersenne_twister_engine.h
/usr/include/c++/v1/__random/negative_binomial_distribution.h
/usr/include/c++/v1/__random/normal_distribution.h
/usr/include/c++/v1/__random/piecewise_constant_distribution.h
/usr/include/c++/v1/__random/piecewise_linear_distribution.h
/usr/include/c++/v1/__random/poisson_distribution.h
/usr/include/c++/v1/__random/random_device.h
/usr/include/c++/v1/__random/ranlux.h
/usr/include/c++/v1/__random/seed_seq.h
/usr/include/c++/v1/__random/shuffle_order_engine.h
/usr/include/c++/v1/__random/student_t_distribution.h
/usr/include/c++/v1/__random/subtract_with_carry_engine.h
/usr/include/c++/v1/__random/uniform_int_distribution.h
/usr/include/c++/v1/__random/uniform_random_bit_generator.h
/usr/include/c++/v1/__random/uniform_real_distribution.h
/usr/include/c++/v1/__random/weibull_distribution.h
/usr/include/c++/v1/__ranges
/usr/include/c++/v1/__ranges/access.h
/usr/include/c++/v1/__ranges/all.h
/usr/include/c++/v1/__ranges/common_view.h
/usr/include/c++/v1/__ranges/concepts.h
/usr/include/c++/v1/__ranges/copyable_box.h
/usr/include/c++/v1/__ranges/counted.h
/usr/include/c++/v1/__ranges/dangling.h
/usr/include/c++/v1/__ranges/data.h
/usr/include/c++/v1/__ranges/drop_view.h
/usr/include/c++/v1/__ranges/empty.h
/usr/include/c++/v1/__ranges/empty_view.h
/usr/include/c++/v1/__ranges/enable_borrowed_range.h
/usr/include/c++/v1/__ranges/enable_view.h
/usr/include/c++/v1/__ranges/filter_view.h
/usr/include/c++/v1/__ranges/iota_view.h
/usr/include/c++/v1/__ranges/join_view.h
/usr/include/c++/v1/__ranges/lazy_split_view.h
/usr/include/c++/v1/__ranges/non_propagating_cache.h
/usr/include/c++/v1/__ranges/owning_view.h
/usr/include/c++/v1/__ranges/range_adaptor.h
/usr/include/c++/v1/__ranges/rbegin.h
/usr/include/c++/v1/__ranges/ref_view.h
/usr/include/c++/v1/__ranges/rend.h
/usr/include/c++/v1/__ranges/reverse_view.h
/usr/include/c++/v1/__ranges/single_view.h
/usr/include/c++/v1/__ranges/size.h
/usr/include/c++/v1/__ranges/subrange.h
/usr/include/c++/v1/__ranges/take_view.h
/usr/include/c++/v1/__ranges/transform_view.h
/usr/include/c++/v1/__ranges/view_interface.h
/usr/include/c++/v1/__ranges/views.h
/usr/include/c++/v1/__ranges/zip_view.h
/usr/include/c++/v1/__split_buffer
/usr/include/c++/v1/__std_stream
/usr/include/c++/v1/__string
/usr/include/c++/v1/__string/char_traits.h
/usr/include/c++/v1/__string/extern_template_lists.h
/usr/include/c++/v1/__support
/usr/include/c++/v1/__support/android
/usr/include/c++/v1/__support/android/locale_bionic.h
/usr/include/c++/v1/__support/fuchsia
/usr/include/c++/v1/__support/fuchsia/xlocale.h
/usr/include/c++/v1/__support/ibm
/usr/include/c++/v1/__support/ibm/gettod_zos.h
/usr/include/c++/v1/__support/ibm/locale_mgmt_zos.h
/usr/include/c++/v1/__support/ibm/nanosleep.h
/usr/include/c++/v1/__support/ibm/xlocale.h
/usr/include/c++/v1/__support/musl
/usr/include/c++/v1/__support/musl/xlocale.h
/usr/include/c++/v1/__support/newlib
/usr/include/c++/v1/__support/newlib/xlocale.h
/usr/include/c++/v1/__support/openbsd
/usr/include/c++/v1/__support/openbsd/xlocale.h
/usr/include/c++/v1/__support/solaris
/usr/include/c++/v1/__support/solaris/floatingpoint.h
/usr/include/c++/v1/__support/solaris/wchar.h
/usr/include/c++/v1/__support/solaris/xlocale.h
/usr/include/c++/v1/__support/win32
/usr/include/c++/v1/__support/win32/limits_msvc_win32.h
/usr/include/c++/v1/__support/win32/locale_win32.h
/usr/include/c++/v1/__support/xlocale
/usr/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h
/usr/include/c++/v1/__support/xlocale/__posix_l_fallback.h
/usr/include/c++/v1/__support/xlocale/__strtonum_fallback.h
/usr/include/c++/v1/__thread
/usr/include/c++/v1/__thread/poll_with_backoff.h
/usr/include/c++/v1/__thread/timed_backoff_policy.h
/usr/include/c++/v1/__threading_support
/usr/include/c++/v1/__tree
/usr/include/c++/v1/__tuple
/usr/include/c++/v1/__type_traits
/usr/include/c++/v1/__type_traits/add_const.h
/usr/include/c++/v1/__type_traits/add_cv.h
/usr/include/c++/v1/__type_traits/add_lvalue_reference.h
/usr/include/c++/v1/__type_traits/add_pointer.h
/usr/include/c++/v1/__type_traits/add_rvalue_reference.h
/usr/include/c++/v1/__type_traits/add_volatile.h
/usr/include/c++/v1/__type_traits/aligned_storage.h
/usr/include/c++/v1/__type_traits/aligned_union.h
/usr/include/c++/v1/__type_traits/alignment_of.h
/usr/include/c++/v1/__type_traits/apply_cv.h
/usr/include/c++/v1/__type_traits/common_reference.h
/usr/include/c++/v1/__type_traits/common_type.h
/usr/include/c++/v1/__type_traits/conditional.h
/usr/include/c++/v1/__type_traits/conjunction.h
/usr/include/c++/v1/__type_traits/copy_cv.h
/usr/include/c++/v1/__type_traits/copy_cvref.h
/usr/include/c++/v1/__type_traits/decay.h
/usr/include/c++/v1/__type_traits/disjunction.h
/usr/include/c++/v1/__type_traits/enable_if.h
/usr/include/c++/v1/__type_traits/extent.h
/usr/include/c++/v1/__type_traits/has_unique_object_representation.h
/usr/include/c++/v1/__type_traits/has_virtual_destructor.h
/usr/include/c++/v1/__type_traits/integral_constant.h
/usr/include/c++/v1/__type_traits/is_abstract.h
/usr/include/c++/v1/__type_traits/is_aggregate.h
/usr/include/c++/v1/__type_traits/is_arithmetic.h
/usr/include/c++/v1/__type_traits/is_array.h
/usr/include/c++/v1/__type_traits/is_assignable.h
/usr/include/c++/v1/__type_traits/is_base_of.h
/usr/include/c++/v1/__type_traits/is_bounded_array.h
/usr/include/c++/v1/__type_traits/is_callable.h
/usr/include/c++/v1/__type_traits/is_class.h
/usr/include/c++/v1/__type_traits/is_compound.h
/usr/include/c++/v1/__type_traits/is_const.h
/usr/include/c++/v1/__type_traits/is_constant_evaluated.h
/usr/include/c++/v1/__type_traits/is_constructible.h
/usr/include/c++/v1/__type_traits/is_convertible.h
/usr/include/c++/v1/__type_traits/is_copy_assignable.h
/usr/include/c++/v1/__type_traits/is_copy_constructible.h
/usr/include/c++/v1/__type_traits/is_core_convertible.h
/usr/include/c++/v1/__type_traits/is_default_constructible.h
/usr/include/c++/v1/__type_traits/is_destructible.h
/usr/include/c++/v1/__type_traits/is_empty.h
/usr/include/c++/v1/__type_traits/is_enum.h
/usr/include/c++/v1/__type_traits/is_final.h
/usr/include/c++/v1/__type_traits/is_floating_point.h
/usr/include/c++/v1/__type_traits/is_function.h
/usr/include/c++/v1/__type_traits/is_fundamental.h
/usr/include/c++/v1/__type_traits/is_integral.h
/usr/include/c++/v1/__type_traits/is_literal_type.h
/usr/include/c++/v1/__type_traits/is_member_function_pointer.h
/usr/include/c++/v1/__type_traits/is_member_object_pointer.h
/usr/include/c++/v1/__type_traits/is_member_pointer.h
/usr/include/c++/v1/__type_traits/is_move_assignable.h
/usr/include/c++/v1/__type_traits/is_move_constructible.h
/usr/include/c++/v1/__type_traits/is_nothrow_assignable.h
/usr/include/c++/v1/__type_traits/is_nothrow_constructible.h
/usr/include/c++/v1/__type_traits/is_nothrow_convertible.h
/usr/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h
/usr/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h
/usr/include/c++/v1/__type_traits/is_nothrow_default_constructible.h
/usr/include/c++/v1/__type_traits/is_nothrow_destructible.h
/usr/include/c++/v1/__type_traits/is_nothrow_move_assignable.h
/usr/include/c++/v1/__type_traits/is_nothrow_move_constructible.h
/usr/include/c++/v1/__type_traits/is_null_pointer.h
/usr/include/c++/v1/__type_traits/is_object.h
/usr/include/c++/v1/__type_traits/is_pod.h
/usr/include/c++/v1/__type_traits/is_pointer.h
/usr/include/c++/v1/__type_traits/is_polymorphic.h
/usr/include/c++/v1/__type_traits/is_primary_template.h
/usr/include/c++/v1/__type_traits/is_reference.h
/usr/include/c++/v1/__type_traits/is_reference_wrapper.h
/usr/include/c++/v1/__type_traits/is_referenceable.h
/usr/include/c++/v1/__type_traits/is_same.h
/usr/include/c++/v1/__type_traits/is_scalar.h
/usr/include/c++/v1/__type_traits/is_scoped_enum.h
/usr/include/c++/v1/__type_traits/is_signed.h
/usr/include/c++/v1/__type_traits/is_signed_integer.h
/usr/include/c++/v1/__type_traits/is_standard_layout.h
/usr/include/c++/v1/__type_traits/is_trivial.h
/usr/include/c++/v1/__type_traits/is_trivially_assignable.h
/usr/include/c++/v1/__type_traits/is_trivially_constructible.h
/usr/include/c++/v1/__type_traits/is_trivially_copy_assignable.h
/usr/include/c++/v1/__type_traits/is_trivially_copy_constructible.h
/usr/include/c++/v1/__type_traits/is_trivially_copyable.h
/usr/include/c++/v1/__type_traits/is_trivially_default_constructible.h
/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
/usr/include/c++/v1/__type_traits/is_trivially_move_assignable.h
/usr/include/c++/v1/__type_traits/is_trivially_move_constructible.h
/usr/include/c++/v1/__type_traits/is_unbounded_array.h
/usr/include/c++/v1/__type_traits/is_union.h
/usr/include/c++/v1/__type_traits/is_unsigned.h
/usr/include/c++/v1/__type_traits/is_unsigned_integer.h
/usr/include/c++/v1/__type_traits/is_valid_expansion.h
/usr/include/c++/v1/__type_traits/is_void.h
/usr/include/c++/v1/__type_traits/is_volatile.h
/usr/include/c++/v1/__type_traits/lazy.h
/usr/include/c++/v1/__type_traits/make_32_64_or_128_bit.h
/usr/include/c++/v1/__type_traits/make_signed.h
/usr/include/c++/v1/__type_traits/make_unsigned.h
/usr/include/c++/v1/__type_traits/nat.h
/usr/include/c++/v1/__type_traits/negation.h
/usr/include/c++/v1/__type_traits/promote.h
/usr/include/c++/v1/__type_traits/rank.h
/usr/include/c++/v1/__type_traits/remove_all_extents.h
/usr/include/c++/v1/__type_traits/remove_const.h
/usr/include/c++/v1/__type_traits/remove_cv.h
/usr/include/c++/v1/__type_traits/remove_cvref.h
/usr/include/c++/v1/__type_traits/remove_extent.h
/usr/include/c++/v1/__type_traits/remove_pointer.h
/usr/include/c++/v1/__type_traits/remove_reference.h
/usr/include/c++/v1/__type_traits/remove_volatile.h
/usr/include/c++/v1/__type_traits/type_identity.h
/usr/include/c++/v1/__type_traits/type_list.h
/usr/include/c++/v1/__type_traits/underlying_type.h
/usr/include/c++/v1/__type_traits/void_t.h
/usr/include/c++/v1/__undef_macros
/usr/include/c++/v1/__utility
/usr/include/c++/v1/__utility/as_const.h
/usr/include/c++/v1/__utility/auto_cast.h
/usr/include/c++/v1/__utility/cmp.h
/usr/include/c++/v1/__utility/declval.h
/usr/include/c++/v1/__utility/exchange.h
/usr/include/c++/v1/__utility/forward.h
/usr/include/c++/v1/__utility/in_place.h
/usr/include/c++/v1/__utility/integer_sequence.h
/usr/include/c++/v1/__utility/move.h
/usr/include/c++/v1/__utility/pair.h
/usr/include/c++/v1/__utility/piecewise_construct.h
/usr/include/c++/v1/__utility/priority_tag.h
/usr/include/c++/v1/__utility/rel_ops.h
/usr/include/c++/v1/__utility/swap.h
/usr/include/c++/v1/__utility/to_underlying.h
/usr/include/c++/v1/__utility/transaction.h
/usr/include/c++/v1/__utility/unreachable.h
/usr/include/c++/v1/__variant
/usr/include/c++/v1/__variant/monostate.h
/usr/include/c++/v1/__verbose_abort
/usr/include/c++/v1/algorithm
/usr/include/c++/v1/any
/usr/include/c++/v1/array
/usr/include/c++/v1/atomic
/usr/include/c++/v1/barrier
/usr/include/c++/v1/bit
/usr/include/c++/v1/bitset
/usr/include/c++/v1/cassert
/usr/include/c++/v1/ccomplex
/usr/include/c++/v1/cctype
/usr/include/c++/v1/cerrno
/usr/include/c++/v1/cfenv
/usr/include/c++/v1/cfloat
/usr/include/c++/v1/charconv
/usr/include/c++/v1/chrono
/usr/include/c++/v1/cinttypes
/usr/include/c++/v1/ciso646
/usr/include/c++/v1/climits
/usr/include/c++/v1/clocale
/usr/include/c++/v1/cmath
/usr/include/c++/v1/codecvt
/usr/include/c++/v1/compare
/usr/include/c++/v1/complex
/usr/include/c++/v1/complex.h
/usr/include/c++/v1/concepts
/usr/include/c++/v1/condition_variable
/usr/include/c++/v1/coroutine
/usr/include/c++/v1/csetjmp
/usr/include/c++/v1/csignal
/usr/include/c++/v1/cstdarg
/usr/include/c++/v1/cstdbool
/usr/include/c++/v1/cstddef
/usr/include/c++/v1/cstdint
/usr/include/c++/v1/cstdio
/usr/include/c++/v1/cstdlib
/usr/include/c++/v1/cstring
/usr/include/c++/v1/ctgmath
/usr/include/c++/v1/ctime
/usr/include/c++/v1/ctype.h
/usr/include/c++/v1/cuchar
/usr/include/c++/v1/cwchar
/usr/include/c++/v1/cwctype
/usr/include/c++/v1/cxxabi.h
/usr/include/c++/v1/deque
/usr/include/c++/v1/errno.h
/usr/include/c++/v1/exception
/usr/include/c++/v1/execution
/usr/include/c++/v1/experimental
/usr/include/c++/v1/experimental/__config
/usr/include/c++/v1/experimental/__memory
/usr/include/c++/v1/experimental/algorithm
/usr/include/c++/v1/experimental/coroutine
/usr/include/c++/v1/experimental/deque
/usr/include/c++/v1/experimental/forward_list
/usr/include/c++/v1/experimental/functional
/usr/include/c++/v1/experimental/iterator
/usr/include/c++/v1/experimental/list
/usr/include/c++/v1/experimental/map
/usr/include/c++/v1/experimental/memory_resource
/usr/include/c++/v1/experimental/propagate_const
/usr/include/c++/v1/experimental/regex
/usr/include/c++/v1/experimental/set
/usr/include/c++/v1/experimental/simd
/usr/include/c++/v1/experimental/string
/usr/include/c++/v1/experimental/type_traits
/usr/include/c++/v1/experimental/unordered_map
/usr/include/c++/v1/experimental/unordered_set
/usr/include/c++/v1/experimental/utility
/usr/include/c++/v1/experimental/vector
/usr/include/c++/v1/ext
/usr/include/c++/v1/ext/__hash
/usr/include/c++/v1/ext/hash_map
/usr/include/c++/v1/ext/hash_set
/usr/include/c++/v1/fenv.h
/usr/include/c++/v1/filesystem
/usr/include/c++/v1/float.h
/usr/include/c++/v1/format
/usr/include/c++/v1/forward_list
/usr/include/c++/v1/fstream
/usr/include/c++/v1/functional
/usr/include/c++/v1/future
/usr/include/c++/v1/initializer_list
/usr/include/c++/v1/inttypes.h
/usr/include/c++/v1/iomanip
/usr/include/c++/v1/ios
/usr/include/c++/v1/iosfwd
/usr/include/c++/v1/iostream
/usr/include/c++/v1/istream
/usr/include/c++/v1/iterator
/usr/include/c++/v1/latch
/usr/include/c++/v1/limits
/usr/include/c++/v1/limits.h
/usr/include/c++/v1/list
/usr/include/c++/v1/locale
/usr/include/c++/v1/locale.h
/usr/include/c++/v1/map
/usr/include/c++/v1/math.h
/usr/include/c++/v1/memory
/usr/include/c++/v1/module.modulemap
/usr/include/c++/v1/mutex
/usr/include/c++/v1/new
/usr/include/c++/v1/numbers
/usr/include/c++/v1/numeric
/usr/include/c++/v1/optional
/usr/include/c++/v1/ostream
/usr/include/c++/v1/queue
/usr/include/c++/v1/random
/usr/include/c++/v1/ranges
/usr/include/c++/v1/ratio
/usr/include/c++/v1/regex
/usr/include/c++/v1/scoped_allocator
/usr/include/c++/v1/semaphore
/usr/include/c++/v1/set
/usr/include/c++/v1/setjmp.h
/usr/include/c++/v1/shared_mutex
/usr/include/c++/v1/span
/usr/include/c++/v1/sstream
/usr/include/c++/v1/stack
/usr/include/c++/v1/stdatomic.h
/usr/include/c++/v1/stdbool.h
/usr/include/c++/v1/stddef.h
/usr/include/c++/v1/stdexcept
/usr/include/c++/v1/stdint.h
/usr/include/c++/v1/stdio.h
/usr/include/c++/v1/stdlib.h
/usr/include/c++/v1/streambuf
/usr/include/c++/v1/string
/usr/include/c++/v1/string.h
/usr/include/c++/v1/string_view
/usr/include/c++/v1/strstream
/usr/include/c++/v1/system_error
/usr/include/c++/v1/tgmath.h
/usr/include/c++/v1/thread
/usr/include/c++/v1/tuple
/usr/include/c++/v1/type_traits
/usr/include/c++/v1/typeindex
/usr/include/c++/v1/typeinfo
/usr/include/c++/v1/uchar.h
/usr/include/c++/v1/unordered_map
/usr/include/c++/v1/unordered_set
/usr/include/c++/v1/utility
/usr/include/c++/v1/valarray
/usr/include/c++/v1/variant
/usr/include/c++/v1/vector
/usr/include/c++/v1/version
/usr/include/c++/v1/wchar.h
/usr/include/c++/v1/wctype.h
/usr/lib/libc++.so
/usr/lib/libc++experimental.a
/usr/share/licenses/llvm15-libc++-devel
/usr/share/licenses/llvm15-libc++-devel/CREDITS.TXT
/usr/share/licenses/llvm15-libc++-devel/LICENSE.TXT


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 4 23:42:52 2024