aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx
index 0eaf170..93f684b 100644
--- a/libbuild2/variable.hxx
+++ b/libbuild2/variable.hxx
@@ -344,6 +344,9 @@ namespace build2
template <typename T> value& operator= (T);
template <typename T> value& operator+= (T);
+ value& operator= (names);
+ value& operator+= (names);
+
template <typename T> value& operator= (T* v) {
return v != nullptr ? *this = *v : *this = nullptr;}
@@ -361,7 +364,6 @@ namespace build2
void append (names&&, const variable*);
void prepend (names&&, const variable*);
-
// Implementation details, don't use directly except in representation
// type implementations.
//