From fe65727254f33655a3a73d54932a3862b4139e36 Mon Sep 17 00:00:00 2001 From: 5AIPAVAN <123063767+5AIPAVAN@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:36:39 +0530 Subject: [PATCH] expression updated --- stl/inc/regex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/inc/regex b/stl/inc/regex index 3af7e36418d..374689ae9d0 100644 --- a/stl/inc/regex +++ b/stl/inc/regex @@ -499,7 +499,7 @@ private: "contained mismatched { and }."; case regex_constants::error_badbrace: return "regex_error(error_badbrace): The expression " - "contained an invalid range in a { expression }."; + "contained an invalid range in a {} expression."; case regex_constants::error_range: return "regex_error(error_range): The expression " "contained an invalid character range, "