aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-remove-options.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-06-28 13:45:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-06-28 13:45:21 +0300
commit600382fb515d153279d57a28e8f71c17e0fac76f (patch)
tree7787dbeb657e066625b621a2b5d65065629b0dd7 /bpkg/rep-remove-options.ixx
parent57d6cdd051ff1d92817e335a70e2d7d8c89b7306 (diff)
Make changes required for CI
Diffstat (limited to 'bpkg/rep-remove-options.ixx')
-rw-r--r--bpkg/rep-remove-options.ixx33
1 files changed, 33 insertions, 0 deletions
diff --git a/bpkg/rep-remove-options.ixx b/bpkg/rep-remove-options.ixx
new file mode 100644
index 0000000..b8ec8ba
--- /dev/null
+++ b/bpkg/rep-remove-options.ixx
@@ -0,0 +1,33 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace bpkg
+{
+ // rep_remove_options
+ //
+
+ inline const bool& rep_remove_options::
+ all () const
+ {
+ return this->all_;
+ }
+
+ inline const bool& rep_remove_options::
+ clean () const
+ {
+ return this->clean_;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.