This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] parallel/tree.h?
Paolo Carlini wrote:
> Benjamin Kosnik wrote:
>
>>> earlier today was noticing something very strange in
>>> include/parallel/tree.h: apparently there are some const qualified
>>> non-member functions and no errors are triggered during testing...
>>>
>>>
>> Don't really see any of these...
>>
>>
> is_sorted* ? More, I think.
>
Gosh! Apparently, **everything** is inside _Rb_tree, **inline**!!!!
Paolo.