From 4dabcf0062bc4bdfa807f7b8952eac649c9d65b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2017 19:22:33 +0300 Subject: Add support for format_no_copy flag in regex_replace_ex() --- libbutl/regex.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/regex.hxx') 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. -- cgit v1.1