.. by the way, in the current stl_algo* I'm still seeing many, many, functions which should be inline not declared as such: each function which has a few __glibcxx_requires* at the beginning (which normally boil down to nothing) and then forwards to a std::__* helper should be inline. Thanks, Paolo.