On Tue, 27 Dec 2022 at 23:41, Daniel <xraco...@gmx.de> wrote: > With febd1855eb ("XML: overhaul the tag-comparison operators."), I get > > /src/tex2lyx/dummy_impl.cpp:102:16: error: out-of-line > definition of 'operator==' does not match any declaration in > 'lyx::xml::StartTag' > bool StartTag::operator==(FontTag const & rhs) const { return rhs == > *this; } > ^~~~~~~~ > /src/tex2lyx/dummy_impl.cpp:103:15: error: out-of-line > definition of 'operator==' does not match any declaration in > 'lyx::xml::FontTag' > bool FontTag::operator==(StartTag const & tag) const { FontTag const * c... > ^~~~~~~~ >
I've just pushed 8b5bfa971b to fix this problem. (As this code was seemingly only necessary on Windows: tex2lyx now compiles just fine with VC19.) Sorry about that.
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel