> 
> 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<char,string_char_traits<char>,__default_alloc_template<true,0>
> >::push_back (const char &)'
> make[2]: *** [lyx_cb.o] Error 1                                                      
>                                                                           
Andre'

-- 
André Pönitz ........................................ [EMAIL PROTECTED]

Reply via email to