From 1dc4b29bb57b14bfd8f700be80224b6d865f0184 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Nov 2019 09:46:04 +0200 Subject: Implement config.config.persist logic Note that the inherited value part is documented but is not yet fully implemented. --- libbuild2/config/module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/config/module.cxx') diff --git a/libbuild2/config/module.cxx b/libbuild2/config/module.cxx index 10ec833..f2fcb79 100644 --- a/libbuild2/config/module.cxx +++ b/libbuild2/config/module.cxx @@ -25,7 +25,7 @@ namespace build2 // if (i == sm.end ()) { - // @@ For now with 'config.' prefix. + // Note: with 'config.' prefix. // i = sm.insert (string (n, 0, n.find ('.', 7))).first; } -- cgit v1.1