Le 08/07/2020 à 15:32, Kornel Benko a écrit :
I wonder why the use of std::regex_match()?

We use
        #include "support/regex.h"
the correct is either
        lyx::regex_match()
or
        regex_match()
in the lyx namespace.


Very good point. We use the second form in the source.

JMarc
--
lyx-devel mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to