An open API service indexing awesome lists of open source software.

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.

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.