uClibc++ release

Garrett Kajmowicz gkajmowi at tbaytel.net
Wed Mar 1 02:28:46 UTC 2006


Version 0.2.0 of the uClibc++ embedded C++ library has been release.  This is 
primarily a bugfix release, addressing:

-       Now can compare set and map iterators and const_iterators
-       Now can get a const value from operator* on set/map iterator
-       Fix to functional binder using wrong type
-       Attempts to get Rob Landley off my back about a new release.

There is one existing bug which is known at this time and which had not been 
resolved:  Inserting or erasing an iterator as a part of a map or set 
invalidates all iterators to that container.  This violates the 
specification, and a new implementation is being worked on.  There exists a 
test case in the test suite which fails as a result of this known issue.


-     Garrett



More information about the uClibc mailing list