diff options
Diffstat (limited to 'libbuild2/b-options.ixx')
-rw-r--r-- | libbuild2/b-options.ixx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/b-options.ixx b/libbuild2/b-options.ixx index f43dce2..895831f 100644 --- a/libbuild2/b-options.ixx +++ b/libbuild2/b-options.ixx @@ -153,6 +153,12 @@ namespace build2 } inline const bool& b_options:: + no_diag_buffer () const + { + return this->no_diag_buffer_; + } + + inline const bool& b_options:: match_only () const { return this->match_only_; |