Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/program_options.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // Copyright Vladimir Prus 2002. | |
2 // Distributed under the Boost Software License, Version 1.0. (See | |
3 // accompanying file LICENSE_1_0.txt or copy at | |
4 // http://www.boost.org/LICENSE_1_0.txt) | |
5 | |
6 // See www.boost.org/libs/program_options for documentation. | |
7 | |
8 #ifndef PROGRAM_OPTIONS_VP_2003_05_19 | |
9 #define PROGRAM_OPTIONS_VP_2003_05_19 | |
10 | |
11 #if _MSC_VER >= 1020 | |
12 #pragma once | |
13 #endif | |
14 | |
15 #include <boost/program_options/options_description.hpp> | |
16 #include <boost/program_options/positional_options.hpp> | |
17 #include <boost/program_options/parsers.hpp> | |
18 #include <boost/program_options/variables_map.hpp> | |
19 #include <boost/program_options/cmdline.hpp> | |
20 #include <boost/program_options/errors.hpp> | |
21 #include <boost/program_options/option.hpp> | |
22 #include <boost/program_options/value_semantic.hpp> | |
23 #include <boost/program_options/version.hpp> | |
24 | |
25 #endif |