From c1d08dbc56d0c8d3346deaba5d6b1946b6d711f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 21 Jul 2016 15:39:52 +0200 Subject: Save config vars in order specified rather than alphabetically This way we can group them semantically which results in easier to understand config.build output. --- build2/cxx/compile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cxx/compile.cxx') diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx index 432b485..300fad7 100644 --- a/build2/cxx/compile.cxx +++ b/build2/cxx/compile.cxx @@ -851,7 +851,7 @@ namespace build2 i = pm.upper_bound (d); // Get the greatest less than, if any. We might still not be a - // sub. Note also that we still have to check the last element is + // sub. Note also that we still have to check the last element if // upper_bound() returned end(). // if (i == pm.begin () || !d.sub ((--i)->first)) -- cgit v1.1