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.

ComponentStatus
ExceptionsDone. Core code from the GNU library.
rttiDone. Virtually all of the rtti code is from the GNU library
localesCode ommited from project on purpose
streamsTo my knowledge all core code is done. May be converted to unbuffered at some point.
STL containersAll core container code done, except for <valarray>.
STL algorithms95% Complete. Only need to rewrite next and prev permutation from GNU Library.