Am Wed, 8 Jul 2020 14:53:49 +0200 schrieb Jean-Marc Lasgouttes <[email protected]>:
> >>> CID 360530: Error handling issues (CHECKED_RETURN)
> >>> Calling "regex_match" without checking return value (as is done
> >>> elsewhere 48
> >>> out of 49 times).
> 1194 std::regex_match(tag, match, tagRegex);
> 1195 1196 if (toDocBookTag.find(match[1]) ==
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.
Kornel
pgpYmDrsTfnNT.pgp
Description: Digitale Signatur von OpenPGP
-- lyx-devel mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-devel
