aboutsummaryrefslogtreecommitdiff
path: root/build2/function.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-26 22:23:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-27 19:23:16 +0300
commit9a3a8d1915c8a3666984d6603606af856dfd8c41 (patch)
tree387af88de60f908ce248ae215b722f5a907564b9 /build2/function.cxx
parentf65377448e74fc7e575e4df258fb0a48a09e39cc (diff)
Add support for regex function family
Diffstat (limited to 'build2/function.cxx')
-rw-r--r--build2/function.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/function.cxx b/build2/function.cxx
index 399d679..f7de749 100644
--- a/build2/function.cxx
+++ b/build2/function.cxx
@@ -304,6 +304,7 @@ namespace build2
void filesystem_functions (); // functions-filesystem.cxx
void path_functions (); // functions-path.cxx
void process_path_functions (); // functions-process-path.cxx
+ void regex_functions (); // functions-regex.cxx
void string_functions (); // functions-string.cxx
void target_triplet_functions (); // functions-target-triplet.cxx
@@ -315,6 +316,7 @@ namespace build2
filesystem_functions ();
path_functions ();
process_path_functions ();
+ regex_functions ();
string_functions ();
target_triplet_functions ();
}