]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/program_options/version.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
153cde8152ea4cd0d4353d2758be1da6a229c583
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / program_options / version.hpp
1 // Copyright Vladimir Prus 2004.\r
2 // Distributed under the Boost Software License, Version 1.0.\r
3 // (See accompanying file LICENSE_1_0.txt\r
4 // or copy at http://www.boost.org/LICENSE_1_0.txt)\r
5 \r
6 #ifndef BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05\r
7 #define BOOST_PROGRAM_OPTIONS_VERSION_HPP_VP_2004_04_05\r
8 \r
9 /** The version of the source interface.\r
10     The value will be incremented whenever a change is made which might\r
11     cause compilation errors for existing code.\r
12 */\r
13 #ifdef BOOST_PROGRAM_OPTIONS_VERSION\r
14 #error BOOST_PROGRAM_OPTIONS_VERSION already defined\r
15 #endif\r
16 #define BOOST_PROGRAM_OPTIONS_VERSION 2\r
17 \r
18 \r
19 #endif\r