Andre Poenitz <[EMAIL PROTECTED]> writes:
| >
| > lyx_cb.C:1153 copy(ii, end, back_inserter(tmpstr));
|
| back_inserter inserts at the back of a container using the container's
| push_back method.
|
| string does not seem to have one:
|
| > /usr/include/g++-2/stl_iterator.h:320: no matchin
>
> lyx_cb.C:1153 copy(ii, end, back_inserter(tmpstr));
back_inserter inserts at the back of a container using the container's
push_back method.
string does not seem to have one:
> /usr/include/g++-2/stl_iterator.h:320: no matching function for call to
> `basic_string,__default_alloc_templa