Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
1323 commits behind the upstream repository.
oddcoder's avatar
Ahmed Abd El Mawgood authored
I faced many issues when compiling libstdC++-V3 and linking against
relibc mainly:
- Missing types (max_align_t)
- Different types definitions(ptrdiff_t , size_t)
- and the fact that wchar_t is part of standard C++ and it seams that we
  canno redefine standard types
3ac6ef18
History