aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-27 19:22:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-27 19:22:33 +0300
commit4dabcf0062bc4bdfa807f7b8952eac649c9d65b5 (patch)
tree65efed57d70472bee71e8c8efe259d60b03b9d58 /libbutl/regex.hxx
parentaabb1b516a89366247bad3b8b927ab33bd9114d0 (diff)
Add support for format_no_copy flag in regex_replace_ex()
Diffstat (limited to 'libbutl/regex.hxx')
-rw-r--r--libbutl/regex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/regex.hxx b/libbutl/regex.hxx
index 9090d5a..e4fd6a7 100644
--- a/libbutl/regex.hxx
+++ b/libbutl/regex.hxx
@@ -25,7 +25,7 @@ namespace butl
// Notes and limitations:
//
// - The only valid regex_constants flags are match_default,
- // format_first_only (format_no_copy can easily be supported).
+ // format_first_only and format_no_copy.
//
// - If backslash doesn't start any of the listed sequences then it is
// silently dropped and the following character is copied as is.