Master broken due to febd1855eb

Thibaut Cuvelier dourouc05 at gmail.com
Wed Dec 28 01:34:50 UTC 2022


On Tue, 27 Dec 2022 at 23:41, Daniel <xracoonx at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20221228/ecd69b8a/attachment.html>


More information about the lyx-devel mailing list