uClibc++


Main
About
FAQ
Download
Status
Donate
Contact

Status

There are a number of components in the C++ library which are continually being developed. Here is the status of these elements.

Component Status
Exceptions Done. Core code from the GNU library.
rtti Done. Virtually all of the rtti code is from the GNU library
locales Code ommited from project on purpose
streams To my knowledge all core code is done. May be converted to unbuffered at some point.
STL containers All core container code done, except for <valarray>.
STL algorithms 95% Complete. Only need to rewrite next and prev permutation from GNU Library.