os/ossrv/ossrv_pub/boost_apis/boost/program_options/version.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright Vladimir Prus 2004.
sl@0
     2
// Distributed under the Boost Software License, Version 1.0.
sl@0
     3
// (See accompanying file LICENSE_1_0.txt
sl@0
     4
// or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0
     5
sl@0
     6
#ifndef BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05
sl@0
     7
#define BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05
sl@0
     8
sl@0
     9
/** The version of the source interface.
sl@0
    10
    The value will be incremented whenever a change is made which might
sl@0
    11
    cause compilation errors for existing code.
sl@0
    12
*/
sl@0
    13
#ifdef BOOST_PROGRAM_OPTIONS_VERSION
sl@0
    14
#error BOOST_PROGRAM_OPTIONS_VERSION already defined
sl@0
    15
#endif
sl@0
    16
#define BOOST_PROGRAM_OPTIONS_VERSION 2
sl@0
    17
sl@0
    18
sl@0
    19
#endif