From 7935281661a3fd50454432fae1bbf4152758137a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Oct 2022 06:07:44 +0200 Subject: Add visibility, overridable variable attributes --- libbuild2/variable.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/variable.hxx') diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 9206cbb..cc4792e 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -106,6 +106,9 @@ namespace build2 scope, // This scope (no outer scopes). target, // Target and target type/pattern-specific. prereq // Prerequisite-specific. + + // Note: remember to update the visibility attribute parsing if adding + // any new values here. }; // VC14 reports ambiguity but seems to work if we don't provide any. -- cgit v1.1