diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-22 14:56:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-05-22 14:56:49 +0200 |
commit | 0347acdf4c96c2d78d173c84adae99187887be62 (patch) | |
tree | b622acb6e1419deecbec3d17a2243f5cb3f7cb78 /libbuild2/variable.hxx | |
parent | 026c827b978761bf0cb618ff9429df8508cd3190 (diff) |
Add support for variable patterns in config.config.disfigure
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 2bfab05..15e0074 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1627,6 +1627,9 @@ namespace build2 erase (const variable&); const_iterator + erase (const_iterator); + + const_iterator begin () const {return const_iterator (m_.begin (), *this);} const_iterator |