OSDN Git Service

build fix for the case when compiler mode is C++17 or newer
authorIvailo Monev <xakepa10@gmail.com>
Fri, 4 Mar 2022 21:32:40 +0000 (23:32 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 4 Mar 2022 21:32:40 +0000 (23:32 +0200)
commit1b3c209010d40f74102ac4afaa2e92a61c57a7ba
tree7ac56f5286ec3bc48ac166a0a5dcda0988157ee7
parentbe6bde63ea1a8417a0236a702903ed99ca353bea
build fix for the case when compiler mode is C++17 or newer

documented at https://en.cppreference.com/w/cpp/regex/basic_regex, good
thing JSC regex are not used for anything relevant, Kate uses some in its
indendation scripts and that's about it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/3rdparty/javascriptcore/runtime/RegExp.cpp