aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r--libbuild2/types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx
index 8dfda6e..c8fe221 100644
--- a/libbuild2/types.hxx
+++ b/libbuild2/types.hxx
@@ -114,6 +114,7 @@ namespace build2
//
using std::regex;
using std::regex_error;
+ using regex_match_results = std::match_results<string::const_iterator>;
// Concurrency.
//