aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch-options.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-02-29 22:08:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-02-29 22:08:03 +0300
commite220a75053a25fcc1aac8584708bb9d994dd850a (patch)
treeef92f4bf005bb93b3e7e8ad965382b8542ec47e0 /bdep/fetch-options.ixx
parent147e7af564c5c2f207d9822e10d5e4e29233a3e6 (diff)
Make changes required for CI
Diffstat (limited to 'bdep/fetch-options.ixx')
-rw-r--r--bdep/fetch-options.ixx39
1 files changed, 39 insertions, 0 deletions
diff --git a/bdep/fetch-options.ixx b/bdep/fetch-options.ixx
new file mode 100644
index 0000000..ec21edc
--- /dev/null
+++ b/bdep/fetch-options.ixx
@@ -0,0 +1,39 @@
+// -*- C++ -*-
+//
+// This file was generated by CLI, a command line interface
+// compiler for C++.
+//
+
+// Begin prologue.
+//
+//
+// End prologue.
+
+namespace bdep
+{
+ // cmd_fetch_options
+ //
+
+ inline const bool& cmd_fetch_options::
+ full () const
+ {
+ return this->full_;
+ }
+
+ inline bool& cmd_fetch_options::
+ full ()
+ {
+ return this->full_;
+ }
+
+ inline void cmd_fetch_options::
+ full (const bool& x)
+ {
+ this->full_ = x;
+ }
+}
+
+// Begin epilogue.
+//
+//
+// End epilogue.