https://github.com/osdev0/freestanding-cxx-hdrs-gnu
Headers from GCC's libstdc++ that can be used in a freestanding environment.
https://github.com/osdev0/freestanding-cxx-hdrs-gnu
cpp cxx freestanding header-only headers libstdcxx
Last synced: 1 day ago
JSON representation
Headers from GCC's libstdc++ that can be used in a freestanding environment.
- Host: GitHub
- URL: https://github.com/osdev0/freestanding-cxx-hdrs-gnu
- Owner: osdev0
- License: other
- Created: 2024-09-04T22:36:50.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2026-05-31T15:51:03.000Z (about 1 month ago)
- Last Synced: 2026-05-31T17:22:34.146Z (about 1 month ago)
- Topics: cpp, cxx, freestanding, header-only, headers, libstdcxx
- Language: C++
- Homepage:
- Size: 1.44 MB
- Stars: 8
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING.RUNTIME
Awesome Lists containing this project
README
Freestanding C++ Headers (GNU)
==============================
Headers from GCC's libstdc++ that can be used in a freestanding environment.
Relevant licenses apply; see COPYING3, and COPYING.RUNTIME.
Note: These headers depend on the associated freestanding C headers to work.
Please do not use alternative freestanding C header implementations with
these headers.