aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-22 14:56:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-22 14:56:49 +0200
commit0347acdf4c96c2d78d173c84adae99187887be62 (patch)
treeb622acb6e1419deecbec3d17a2243f5cb3f7cb78 /libbuild2/variable.hxx
parent026c827b978761bf0cb618ff9429df8508cd3190 (diff)
Add support for variable patterns in config.config.disfigure
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx3
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