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.ixx12
1 files changed, 12 insertions, 0 deletions
diff --git a/build2/b-options.ixx b/build2/b-options.ixx
index ab5af3f..3433d79 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -476,6 +476,18 @@ namespace build2
return this->pager_option_specified_;
}
+ inline const dir_path& options::
+ default_options () const
+ {
+ return this->default_options_;
+ }
+
+ inline bool options::
+ default_options_specified () const
+ {
+ return this->default_options_specified_;
+ }
+
inline const bool& options::
no_default_options () const
{