os/ossrv/ossrv_pub/boost_apis/boost/program_options.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #ifndef PROGRAM_OPTIONS_VP_2003_05_19
     7 #define PROGRAM_OPTIONS_VP_2003_05_19
     8 
     9 #if _MSC_VER >= 1020
    10 #pragma once
    11 #endif
    12 
    13 #include <boost/program_options/options_description.hpp>
    14 #include <boost/program_options/positional_options.hpp>
    15 #include <boost/program_options/parsers.hpp>
    16 #include <boost/program_options/variables_map.hpp>
    17 #include <boost/program_options/cmdline.hpp>
    18 #include <boost/program_options/errors.hpp>
    19 #include <boost/program_options/option.hpp>
    20 #include <boost/program_options/value_semantic.hpp>
    21 #include <boost/program_options/version.hpp>
    22 
    23 #endif