DocBook v2

Pavel Sanda sanda at lyx.org
Sat Sep 19 20:30:15 UTC 2020


On Sat, Sep 19, 2020 at 09:33:56PM +0200, Pavel Sanda wrote:
> On Sat, Sep 19, 2020 at 08:54:16PM +0200, Thibaut Cuvelier wrote:
> > I did the rebase again, as you suggested, and the results were better.
> > Therefore, I have merged it in master.
> > 
> > Thank you all for your time and contributions on this!
> 
> This is what I see now in master:
>   CXX      Paragraph.o
> Paragraph.cpp: In member function 'std::__debug::vector<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > lyx::Paragraph::simpleDocBookOnePar(const lyx::Buffer&, const lyx::OutputParams&, const lyx::Font&, lyx::pos_type, bool, bool) const':
> Paragraph.cpp:3370:7: error: use of deleted function 'std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >& std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::operator=(const std::basic_ostringstream<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&)'
>     os = odocstringstream();

I can make it compile, but I'm not sure what is the dance between os/xs in the code,
so I would rather Thibaut to have a look on replacing the = operator...

Pavel


More information about the lyx-devel mailing list