Fixed the regex compilation with GCC 13 sandbox/dkson95/regex accepted/tizen/unified/toolchain/20240509.023145
authorSlava Barinov <v.barinov@samsung.com>
Wed, 8 May 2024 11:34:16 +0000 (14:34 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 8 May 2024 11:48:01 +0000 (20:48 +0900)
commit0b284629865389af107d7cf0752a727a47d6a533
tree67a8d781cd06e70c74dbae0243e798fa7c4e2a48
parentee3674ae7f9a7d49324f6fb4df593dfe45516c2e
Fixed the regex compilation with GCC 13

We should explicitly show that \w is not a range start, or we get an exception:
"Invalid start of '[x-x]' range in regular expression" in run-time

Change-Id: I69be8f03b6430102325b33de9c949f99a75c007d
src/server/ContextPublisher.cpp