From e220a75053a25fcc1aac8584708bb9d994dd850a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 29 Feb 2024 22:08:03 +0300 Subject: Make changes required for CI --- bdep/fetch-options.ixx | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bdep/fetch-options.ixx (limited to 'bdep/fetch-options.ixx') 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. -- cgit v1.1