summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx12
1 files changed, 12 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 3adfbd0..1d61ecb 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -247,6 +247,18 @@ output_dir_specified () const
return this->output_dir_specified_;
}
+inline const cxx_version& options::
+std () const
+{
+ return this->std_;
+}
+
+inline bool options::
+std_specified () const
+{
+ return this->std_specified_;
+}
+
inline const bool& options::
generate_modifier () const
{