aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.ixx')
-rw-r--r--build2/b-options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/b-options.ixx b/build2/b-options.ixx
index 1c99dc3..ef304d3 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -301,6 +301,12 @@ namespace build2
}
inline const bool& options::
+ structured_result () const
+ {
+ return this->structured_result_;
+ }
+
+ inline const bool& options::
match_only () const
{
return this->match_only_;