aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r--libbuild2/parser.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx
index 347466d..8eef03c 100644
--- a/libbuild2/parser.hxx
+++ b/libbuild2/parser.hxx
@@ -214,9 +214,9 @@ namespace build2
//
struct attributes
{
- bool has; // Has attributes flag.
- location loc; // Start of attributes location.
- vector<pair<string, string>> ats; // Attributes.
+ bool has; // Has attributes flag.
+ location loc; // Start location.
+ small_vector<pair<string, value>, 1> ats; // Attributes.
explicit operator bool () const {return has;}
};