
6 Apr
2004
6 Apr
'04
10:09 p.m.
"Powell, Gary" <powellg@amazon.com> wrote in message news:16D81990DBE42642A8CA977A55FF116A02D9F7C7@ex-mail-sea-02.ant.amazon.com...
Either I missed it or, I'm confused, why is the make_insert functions for set & map using the "hint" of c.end() for the insert? Is there any advantage to this?
not beyond that one don't have to specialize anything for standard containers. My view has been that it is a harmless ; you still get logarithmic insertion time (cmp. 23.1.2, Table 69) br Thorsten