April 07, 2004
I was trying to use listview_inserter with a map<string,string>, and thought it might be a good idea to extend the inserter to support something like:

operator()(<something like boost's tuple, only with strings>)

or at least

operator()(pair<string,string>)

and it would insert both the item and subitem 1

what do you think?


April 11, 2004
I'll give it some thought. I'm not sure it's as simple as it sounds ...

"Pablo Aguilar" <paguilarg@hotmail.com> wrote in message news:c4vhj3$ont$1@digitaldaemon.com...
> I was trying to use listview_inserter with a map<string,string>, and
thought
> it might be a good idea to extend the inserter to support something like:
>
> operator()(<something like boost's tuple, only with strings>)
>
> or at least
>
> operator()(pair<string,string>)
>
> and it would insert both the item and subitem 1
>
> what do you think?
>
>