File tree Expand file tree Collapse file tree 11 files changed +33
-14
lines changed Expand file tree Collapse file tree 11 files changed +33
-14
lines changed Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
7
9
#include < boost/program_options/config.hpp>
8
10
9
11
#include < boost/config.hpp>
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
-
7
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
8
9
#include < boost/program_options/config.hpp>
9
10
10
11
#include < boost/program_options/detail/config_file.hpp>
Original file line number Diff line number Diff line change 13
13
14
14
#include < boost/config.hpp>
15
15
16
- #define BOOST_PROGRAM_OPTIONS_SOURCE
16
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
17
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
18
+ #endif
17
19
#include < boost/program_options/config.hpp>
18
20
#include < boost/program_options/detail/convert.hpp>
19
21
#include < boost/program_options/detail/utf8_codecvt_facet.hpp>
Original file line number Diff line number Diff line change 4
4
// (See accompanying file LICENSE_1_0.txt
5
5
// or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
7
-
8
- #define BOOST_PROGRAM_OPTIONS_SOURCE
7
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
8
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
9
+ #endif
9
10
#include < boost/program_options/config.hpp>
10
11
#include < boost/program_options/options_description.hpp>
11
12
// FIXME: this is only to get multiple_occurrences class
Original file line number Diff line number Diff line change 6
6
7
7
#include < boost/config.hpp>
8
8
9
- #define BOOST_PROGRAM_OPTIONS_SOURCE
9
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
10
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
11
+ #endif
10
12
#include < boost/program_options/config.hpp>
11
13
#include < boost/program_options/parsers.hpp>
12
14
#include < boost/program_options/options_description.hpp>
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
7
9
#include < boost/program_options/config.hpp>
8
10
9
11
#include < boost/program_options/positional_options.hpp>
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
7
9
8
10
#include < boost/program_options/parsers.hpp>
9
11
#include < boost/tokenizer.hpp>
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
7
9
#include < boost/program_options/config.hpp>
8
10
9
11
#define BOOST_UTF8_BEGIN_NAMESPACE \
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
7
9
#include < boost/program_options/config.hpp>
8
10
#include < boost/program_options/value_semantic.hpp>
9
11
#include < boost/program_options/detail/convert.hpp>
Original file line number Diff line number Diff line change 3
3
// (See accompanying file LICENSE_1_0.txt
4
4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
5
5
6
-
7
- #define BOOST_PROGRAM_OPTIONS_SOURCE
6
+ #ifndef BOOST_PROGRAM_OPTIONS_SOURCE
7
+ # define BOOST_PROGRAM_OPTIONS_SOURCE
8
+ #endif
8
9
#include < boost/program_options/config.hpp>
9
10
#include < boost/program_options/parsers.hpp>
10
11
#include < boost/program_options/options_description.hpp>
You can’t perform that action at this time.
0 commit comments