diff options
author | AlexSm <[email protected]> | 2024-01-04 15:09:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-04 15:09:05 +0100 |
commit | dab291146f6cd7d35684e3a1150e5bb1c412982c (patch) | |
tree | 36ef35f6cacb6432845a4a33f940c95871036b32 /contrib/restricted/boost/program_options | |
parent | 63660ad5e7512029fd0218e7a636580695a24e1f (diff) |
Library import 5, delete go dependencies (#832)
* Library import 5, delete go dependencies
* Fix yt client
Diffstat (limited to 'contrib/restricted/boost/program_options')
-rw-r--r-- | contrib/restricted/boost/program_options/include/boost/program_options.hpp | 25 | ||||
-rw-r--r-- | contrib/restricted/boost/program_options/include/boost/program_options/version.hpp | 22 |
2 files changed, 0 insertions, 47 deletions
diff --git a/contrib/restricted/boost/program_options/include/boost/program_options.hpp b/contrib/restricted/boost/program_options/include/boost/program_options.hpp deleted file mode 100644 index dc350119573..00000000000 --- a/contrib/restricted/boost/program_options/include/boost/program_options.hpp +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright Vladimir Prus 2002. -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// See www.boost.org/libs/program_options for documentation. - -#ifndef PROGRAM_OPTIONS_VP_2003_05_19 -#define PROGRAM_OPTIONS_VP_2003_05_19 - -#if defined(_MSC_VER) -#pragma once -#endif - -#include <boost/program_options/options_description.hpp> -#include <boost/program_options/positional_options.hpp> -#include <boost/program_options/parsers.hpp> -#include <boost/program_options/variables_map.hpp> -#include <boost/program_options/cmdline.hpp> -#include <boost/program_options/errors.hpp> -#include <boost/program_options/option.hpp> -#include <boost/program_options/value_semantic.hpp> -#include <boost/program_options/version.hpp> - -#endif diff --git a/contrib/restricted/boost/program_options/include/boost/program_options/version.hpp b/contrib/restricted/boost/program_options/include/boost/program_options/version.hpp deleted file mode 100644 index aa27568bb86..00000000000 --- a/contrib/restricted/boost/program_options/include/boost/program_options/version.hpp +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright Vladimir Prus 2004. -// Distributed under the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt -// or copy at http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05 -#define BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05 - -/** The version of the source interface. - The value will be incremented whenever a change is made which might - cause compilation errors for existing code. -*/ -#ifdef BOOST_PROGRAM_OPTIONS_VERSION -#error BOOST_PROGRAM_OPTIONS_VERSION already defined -#endif -#define BOOST_PROGRAM_OPTIONS_VERSION 2 - -// Signal that implicit options will use values from next -// token, if available. -#define BOOST_PROGRAM_OPTIONS_IMPLICIT_VALUE_NEXT_TOKEN 1 - -#endif |