Re: 1.1.5cvs fails compile

2000-12-06 Thread Lars Gullik Bjønnes
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

Re: 1.1.5cvs fails compile

2000-12-06 Thread Andre Poenitz
> > 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