From 6535bf6175af32e2514faf75d2742424751a783b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Apr 2015 14:10:50 +0200 Subject: New variables architecture Now operator[] is only used for lookup. --- build/dump.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/dump.cxx') diff --git a/build/dump.cxx b/build/dump.cxx index b41e489..dbd9c19 100644 --- a/build/dump.cxx +++ b/build/dump.cxx @@ -57,7 +57,7 @@ namespace build // Variables. // - for (const auto& e: p.variables) + for (const auto& e: p.vars) { const variable& var (e.first); const value_ptr& val (e.second); -- cgit v1.1