aboutsummaryrefslogtreecommitdiff
path: root/build2/variable
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-18 10:20:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:15 +0200
commite9563995b01162a8ec4aa24b5342dcdc2eeba154 (patch)
treece0c8ef2f570324348874a33a83fc54520f564da /build2/variable
parent7f9fda79a0e96bbeeaee4e6b05f9ae5e1738d88a (diff)
Add few notes, comment cleanups
Diffstat (limited to 'build2/variable')
-rw-r--r--build2/variable6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/variable b/build2/variable
index 579339e..15df6d6 100644
--- a/build2/variable
+++ b/build2/variable
@@ -214,8 +214,8 @@ namespace build2
template <typename T> typename value_traits<T>::type as (value&);
template <typename T> typename value_traits<T>::const_type as (const value&);
- // "Assign" simple value type to the value stored in name. Return false
- // if the value is not valid for this type.
+ // Try to "assign" a simple value type to the value stored in name. Return
+ // false if the value is not valid for this type.
//
template <typename T> bool assign (name&);
@@ -301,7 +301,7 @@ namespace build2
static const build2::value_type value_type;
};
- extern const value_type* string_type;
+ extern const value_type* string_type; //@@ Get rid (and others).
// dir_path
//