aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-05 16:39:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-05 16:39:38 +0200
commit6393d49cd57ff5d66c5535b3f6d6f8c22a7696f9 (patch)
tree6655f8771e049caadb2c977df30ecb5a3b2ff779 /build2/b-options.ixx
parente0a7c21e5ebb341c87546bf2706ff7dda88deb64 (diff)
Add --match-only option
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 579ba4d..af32a3d 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -295,6 +295,12 @@ namespace build2
}
inline const bool& options::
+ match_only () const
+ {
+ return this->match_only_;
+ }
+
+ inline const bool& options::
no_column () const
{
return this->no_column_;