Skip to content

Commit 9c4f682

Browse files
jwakelytkoeppe
authored andcommitted
[re.regex.construct] Add missing default argument to itemdecl (#1893)
1 parent f7bfd17 commit 9c4f682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@
14781478

14791479
\indexlibrary{\idxcode{basic_regex}!constructor}%
14801480
\begin{itemdecl}
1481-
basic_regex(const charT* p, size_t len, flag_type f);
1481+
basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript);
14821482
\end{itemdecl}
14831483

14841484
\begin{itemdescr}

0 commit comments

Comments
 (0)