diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 16:24:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 16:24:14 +0200 |
commit | b4ceb7b6aecb7492b28d7a0f6c53fa657a2cd2e5 (patch) | |
tree | 0452343b865b9c87b1f833fa1e2f4d90b249f643 /build/b.cxx | |
parent | 6e2e56e8f70faed666a83797cebb96e844650a79 (diff) |
Inherit list_value directly from names
Diffstat (limited to 'build/b.cxx')
-rw-r--r-- | build/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/b.cxx b/build/b.cxx index 49abe5c..49fb027 100644 --- a/build/b.cxx +++ b/build/b.cxx @@ -573,7 +573,7 @@ main (int argc, char* argv[]) // if (auto v = rs.ro_variables ()["subprojects"]) { - for (const name& n: v.as<const list_value&> ().data) + for (const name& n: v.as<const list_value&> ()) { // Should be a list of directories. // |