diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-19 22:24:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-19 22:24:21 +0300 |
commit | 6ad9156ab3336aa56ed2892dc0d9a04e1551b7f4 (patch) | |
tree | 14c8c4028b655c6732684d630cad0d3bdf737634 /mod/build-config-module.cxx | |
parent | 2d907a525ab169f1cb97b87550e3646fde003733 (diff) |
Adapt to bracket expressions in wildcard patterns
Diffstat (limited to 'mod/build-config-module.cxx')
-rw-r--r-- | mod/build-config-module.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/build-config-module.cxx b/mod/build-config-module.cxx index d21849e..35d9c0e 100644 --- a/mod/build-config-module.cxx +++ b/mod/build-config-module.cxx @@ -361,6 +361,9 @@ namespace brep return false; } + // @@ Here we don't suppose the wildcard pattern to contain the bracket + // expressions, while we probably should. + // path build_config_module:: dash_components_to_path (const string& s) { |