aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-01-22 12:02:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-01-22 12:02:54 +0200
commit7d5c863e01b4a70d5ef3614b91694cf080a420c9 (patch)
treeec6bd062bb7ca65770ddfe24628c4f7b0f24dc46 /libbuild2/variable.hxx
parent677eb1e1017630a1d1abbb528d28b90110990ef4 (diff)
Add comparison
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx
index eddf1ac..fa9ea92 100644
--- a/libbuild2/variable.hxx
+++ b/libbuild2/variable.hxx
@@ -1190,8 +1190,8 @@ namespace build2
static json_value convert (names&&);
static void assign (value&, json_value&&);
- static void append (value&, json_value&&);
- static void prepend (value&, json_value&&);
+ //static void append (value&, json_value&&);
+ //static void prepend (value&, json_value&&);
static bool empty (const json_value&); // null or empty string|array|object
static const json_value empty_instance; // null