aboutsummaryrefslogtreecommitdiff
path: root/build2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-05 12:56:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-05 12:56:44 +0200
commite5e975934fd25811a79f3fc40ba7f94b7d1cb0b4 (patch)
treecc8517a2456a088fe8540111024113db971073d1 /build2/variable.hxx
parent128da0be0a53d12e35aaeaf92dac2df4550ad8cd (diff)
Minor value typification API change
Diffstat (limited to 'build2/variable.hxx')
-rw-r--r--build2/variable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/variable.hxx b/build2/variable.hxx
index 9a58584..aa00eb8 100644
--- a/build2/variable.hxx
+++ b/build2/variable.hxx
@@ -306,11 +306,11 @@ namespace build2
template <typename T> T cast_true (const lookup&);
- // Assign value type to the value. In the second version the variable is
- // optional and is only used for diagnostics.
+ // Assign value type to the value. The variable is optional and is only used
+ // for diagnostics.
//
template <typename T>
- void typify (value&, const variable&);
+ void typify (value&, const variable*);
void typify (value&, const value_type&, const variable*);
// Remove value type from the value reversing it to names. This is similar