From e5e975934fd25811a79f3fc40ba7f94b7d1cb0b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Dec 2017 12:56:44 +0200 Subject: Minor value typification API change --- build2/variable.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/variable.hxx') 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 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 - 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 -- cgit v1.1