//---------------------------------------------------------------------------- // The following file was processed with boost/tools/bcp // to change namespace and paths to include files. The intention // of this processing is to allow non-boost library developers // to use the boost libararies internally in their product without // risking potential interfaring with the users of their non-boost // libraries use of other versions of the boost libraries in their // projects.namespace 'boost' has been replaced with namespace 'spoost'. // original file: BOOST_PATH/boost/program_options.hpp //---------------------------------------------------------------------------- // Copyright Vladimir Prus 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef PROGRAM_OPTIONS_VP_2003_05_19 #define PROGRAM_OPTIONS_VP_2003_05_19 #if _MSC_VER >= 1020 #pragma once #endif #include #include #include #include #include #include #include #include #include #endif // ***************** end of file ***************