From 7e9cb673ccfc77c5871292aa5491fc2c2dc2a663 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Nov 2015 12:22:19 +0200 Subject: Add --include-base-last option --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 447fe18..9759dd2 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -383,6 +383,12 @@ exclude_base () const return this->exclude_base_; } +inline const bool& options:: +include_base_last () const +{ + return this->include_base_last_; +} + inline const std::vector& options:: class_ () const { -- cgit v1.1