Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Freestanding libstdc++ headers that can be used in a kernel

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.RUNTIME
Notifications You must be signed in to change notification settings

ilobilo/libstdcxx-headers

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libstdcxx-headers

Please use: https://github.com/osdev0/libstdcxx-headers
Freestanding libstdc++ headers that can be used in a kernel

Note: you might need to create a header named features.h and put this in it:

#ifndef FEATURES_H
#define FEATURES_H

#define __GLIBC_PREREQ(maj, min) 0
#define __cpp_lib_out_ptr 0

#endif // FEATURES_H

About

Freestanding libstdc++ headers that can be used in a kernel

Topics

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.RUNTIME

Stars

Watchers

Forks

Morty Proxy This is a proxified and sanitized view of the page, visit original site.