From bfb26e2ce5d5316f0112c85a1a21562d3f4c70cf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Apr 2024 20:09:42 +0300 Subject: Make changes required for CI --- bpkg/rep-add-options.ixx | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bpkg/rep-add-options.ixx (limited to 'bpkg/rep-add-options.ixx') diff --git a/bpkg/rep-add-options.ixx b/bpkg/rep-add-options.ixx new file mode 100644 index 0000000..bfaa70f --- /dev/null +++ b/bpkg/rep-add-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_add_options + // + + inline const repository_type& rep_add_options:: + type () const + { + return this->type_; + } + + inline bool rep_add_options:: + type_specified () const + { + return this->type_specified_; + } +} + +// Begin epilogue. +// +// +// End epilogue. -- cgit v1.1