os/ossrv/ossrv_pub/boost_apis/boost/program_options/version.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/program_options/version.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +// Copyright Vladimir Prus 2004.
     1.5 +// Distributed under the Boost Software License, Version 1.0.
     1.6 +// (See accompanying file LICENSE_1_0.txt
     1.7 +// or copy at http://www.boost.org/LICENSE_1_0.txt)
     1.8 +
     1.9 +#ifndef BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05
    1.10 +#define BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05
    1.11 +
    1.12 +/** The version of the source interface.
    1.13 +    The value will be incremented whenever a change is made which might
    1.14 +    cause compilation errors for existing code.
    1.15 +*/
    1.16 +#ifdef BOOST_PROGRAM_OPTIONS_VERSION
    1.17 +#error BOOST_PROGRAM_OPTIONS_VERSION already defined
    1.18 +#endif
    1.19 +#define BOOST_PROGRAM_OPTIONS_VERSION 2
    1.20 +
    1.21 +
    1.22 +#endif