1 // Copyright Vladimir Prus 2002.
\r
2 // Distributed under the Boost Software License, Version 1.0. (See
\r
3 // accompanying file LICENSE_1_0.txt or copy at
\r
4 // http://www.boost.org/LICENSE_1_0.txt)
\r
6 // See www.boost.org/libs/program_options for documentation.
\r
8 #ifndef PROGRAM_OPTIONS_VP_2003_05_19
\r
9 #define PROGRAM_OPTIONS_VP_2003_05_19
\r
11 #if _MSC_VER >= 1020
\r
15 #include <boost/program_options/options_description.hpp>
\r
16 #include <boost/program_options/positional_options.hpp>
\r
17 #include <boost/program_options/parsers.hpp>
\r
18 #include <boost/program_options/variables_map.hpp>
\r
19 #include <boost/program_options/cmdline.hpp>
\r
20 #include <boost/program_options/errors.hpp>
\r
21 #include <boost/program_options/option.hpp>
\r
22 #include <boost/program_options/value_semantic.hpp>
\r
23 #include <boost/program_options/version.hpp>
\r