New Defects reported by Coverity Scan for LyX
Pavel Sanda
sanda at lyx.org
Sun Jul 19 09:47:55 UTC 2020
On Wed, Jul 08, 2020 at 03:38:06PM +0200, Jean-Marc Lasgouttes wrote:
> 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.
Thibaut, did you catch this thread?
Pavel
More information about the lyx-devel
mailing list