Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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