summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 11a1776..12cb277 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -65,3 +65,9 @@ guard_prefix () const
return guard_prefix_;
}
+inline std::map<std::string, std::string> const& options::
+reserved_name () const
+{
+ return reserved_name_;
+}
+