Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/program_options.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
6 // See www.boost.org/libs/program_options for documentation. | 6 // See www.boost.org/libs/program_options for documentation. |
7 | 7 |
8 #ifndef PROGRAM_OPTIONS_VP_2003_05_19 | 8 #ifndef PROGRAM_OPTIONS_VP_2003_05_19 |
9 #define PROGRAM_OPTIONS_VP_2003_05_19 | 9 #define PROGRAM_OPTIONS_VP_2003_05_19 |
10 | 10 |
11 #if _MSC_VER >= 1020 | 11 #if defined(_MSC_VER) |
12 #pragma once | 12 #pragma once |
13 #endif | 13 #endif |
14 | 14 |
15 #include <boost/program_options/options_description.hpp> | 15 #include <boost/program_options/options_description.hpp> |
16 #include <boost/program_options/positional_options.hpp> | 16 #include <boost/program_options/positional_options.hpp> |